Skip to content

Commit dadd50a

Browse files
committed
rebuild
1 parent d57f744 commit dadd50a

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

apps/demo-game/src/graphql/generated/nexus-typegen.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export interface NexusGenObjects {
123123
periods: NexusGenRootTypes['Period'][]; // [Period!]!
124124
players: NexusGenRootTypes['Player'][]; // [Player!]!
125125
status: NexusGenEnums['GameStatus']; // GameStatus!
126+
version: number; // Int!
126127
}
127128
LearningAnswerOption: { // root type
128129
content: string; // String!
@@ -294,6 +295,7 @@ export interface NexusGenFieldTypes {
294295
periods: NexusGenRootTypes['Period'][]; // [Period!]!
295296
players: NexusGenRootTypes['Player'][]; // [Player!]!
296297
status: NexusGenEnums['GameStatus']; // GameStatus!
298+
version: number; // Int!
297299
}
298300
LearningAnswerOption: { // field return type
299301
content: string; // String!
@@ -487,6 +489,7 @@ export interface NexusGenFieldTypeNames {
487489
periods: 'Period'
488490
players: 'Player'
489491
status: 'GameStatus'
492+
version: 'Int'
490493
}
491494
LearningAnswerOption: { // field return type name
492495
content: 'String'

0 commit comments

Comments
 (0)