@hminnovations/graphql-types
Advanced tools
Comparing version 3.11.3 to 3.11.4
@@ -298,2 +298,3 @@ export declare type Maybe<T> = T | null; | ||
getUserActivityMetadata?: Maybe<(Maybe<ActivityMetadatum>)[]>; | ||
getExternalSurveySessions?: Maybe<(Maybe<ExternalSurveySession>)[]>; | ||
/** Invitation Code Queries */ | ||
@@ -743,2 +744,5 @@ getInvitationCode?: Maybe<InvitationCode>; | ||
} | ||
export interface GetExternalSurveySessionsQueryArgs { | ||
creds: UserItemCreds; | ||
} | ||
export interface GetInvitationCodeQueryArgs { | ||
@@ -745,0 +749,0 @@ creds: InvitationCodeCreds; |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "3.11.3", | ||
"version": "3.11.4", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "53b5045daf748d177c7c083baab6740e452c8525" | ||
"gitHead": "eae641f470b14660f22dbacf4214bcbbb2323de7" | ||
} |
26924
894