@hminnovations/graphql-types
Advanced tools
Comparing version 4.6.7 to 4.6.8
@@ -24,3 +24,3 @@ export declare type Maybe<T> = T | null; | ||
export interface IdentityInput { | ||
participantId: string; | ||
participantId?: Maybe<string>; | ||
cognitoId?: Maybe<string>; | ||
@@ -153,3 +153,3 @@ inviteCode?: Maybe<string>; | ||
name?: Maybe<string>; | ||
participantId: string; | ||
participantId?: Maybe<string>; | ||
remindersEnabled?: Maybe<boolean>; | ||
@@ -363,3 +363,3 @@ role?: Maybe<string>; | ||
startDate?: Maybe<string>; | ||
participantId: string; | ||
participantId?: Maybe<string>; | ||
role?: Maybe<string>; | ||
@@ -550,3 +550,3 @@ } | ||
name?: Maybe<string>; | ||
participantId: string; | ||
participantId?: Maybe<string>; | ||
remindersEnabled?: Maybe<boolean>; | ||
@@ -553,0 +553,0 @@ role?: Maybe<string>; |
{ | ||
"name": "@hminnovations/graphql-types", | ||
"version": "4.6.7", | ||
"version": "4.6.8", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc", | ||
"license": "None", | ||
"gitHead": "aa47392c55449eea62d7dbce72c4b587ee3e4592" | ||
"gitHead": "ccc7bf6f7097b77283ee444236e192e9e67de293" | ||
} |
31172