File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed
apps/demo-game/src/graphql/generated Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments