@@ -22,7 +22,7 @@ export interface QueryMethods<$Context extends $$Utilities.Context> {
22
22
$Context ,
23
23
( ) => Promise <
24
24
& ( null | { } )
25
- & $$Utilities . HandleOutputGraffleRootField <
25
+ & $$Utilities . HandleOutputDocumentBuilderRootField <
26
26
$Context ,
27
27
{ __typename : 'Query' } ,
28
28
'__typename'
@@ -36,7 +36,7 @@ export interface QueryMethods<$Context extends $$Utilities.Context> {
36
36
selectionSet : $$Utilities . Exact < $SelectionSet , $$SelectionSets . Query . battles < $Context [ 'scalars' ] > > ,
37
37
) => Promise <
38
38
& ( null | { } )
39
- & $$Utilities . HandleOutputGraffleRootField <
39
+ & $$Utilities . HandleOutputDocumentBuilderRootField <
40
40
$Context ,
41
41
$$Utilities . DocumentBuilder . InferResult . OperationQuery <
42
42
{ battles : $SelectionSet } ,
@@ -53,7 +53,7 @@ export interface QueryMethods<$Context extends $$Utilities.Context> {
53
53
selectionSet : $$Utilities . Exact < $SelectionSet , $$SelectionSets . Query . beings < $Context [ 'scalars' ] > > ,
54
54
) => Promise <
55
55
& ( null | { } )
56
- & $$Utilities . HandleOutputGraffleRootField <
56
+ & $$Utilities . HandleOutputDocumentBuilderRootField <
57
57
$Context ,
58
58
$$Utilities . DocumentBuilder . InferResult . OperationQuery <
59
59
{ beings : $SelectionSet } ,
@@ -70,7 +70,7 @@ export interface QueryMethods<$Context extends $$Utilities.Context> {
70
70
selectionSet : $$Utilities . Exact < $SelectionSet , $$SelectionSets . Query . pokemonByName < $Context [ 'scalars' ] > > ,
71
71
) => Promise <
72
72
& ( null | { } )
73
- & $$Utilities . HandleOutputGraffleRootField <
73
+ & $$Utilities . HandleOutputDocumentBuilderRootField <
74
74
$Context ,
75
75
$$Utilities . DocumentBuilder . InferResult . OperationQuery <
76
76
{ pokemonByName : $SelectionSet } ,
@@ -87,7 +87,7 @@ export interface QueryMethods<$Context extends $$Utilities.Context> {
87
87
selectionSet : $$Utilities . Exact < $SelectionSet , $$SelectionSets . Query . pokemons < $Context [ 'scalars' ] > > ,
88
88
) => Promise <
89
89
& ( null | { } )
90
- & $$Utilities . HandleOutputGraffleRootField <
90
+ & $$Utilities . HandleOutputDocumentBuilderRootField <
91
91
$Context ,
92
92
$$Utilities . DocumentBuilder . InferResult . OperationQuery <
93
93
{ pokemons : $SelectionSet } ,
@@ -104,7 +104,7 @@ export interface QueryMethods<$Context extends $$Utilities.Context> {
104
104
selectionSet : $$Utilities . Exact < $SelectionSet , $$SelectionSets . Query . trainerByName < $Context [ 'scalars' ] > > ,
105
105
) => Promise <
106
106
& ( null | { } )
107
- & $$Utilities . HandleOutputGraffleRootField <
107
+ & $$Utilities . HandleOutputDocumentBuilderRootField <
108
108
$Context ,
109
109
$$Utilities . DocumentBuilder . InferResult . OperationQuery <
110
110
{ trainerByName : $SelectionSet } ,
@@ -121,7 +121,7 @@ export interface QueryMethods<$Context extends $$Utilities.Context> {
121
121
selectionSet : $$Utilities . Exact < $SelectionSet , $$SelectionSets . Query . trainers < $Context [ 'scalars' ] > > ,
122
122
) => Promise <
123
123
& ( null | { } )
124
- & $$Utilities . HandleOutputGraffleRootField <
124
+ & $$Utilities . HandleOutputDocumentBuilderRootField <
125
125
$Context ,
126
126
$$Utilities . DocumentBuilder . InferResult . OperationQuery <
127
127
{ trainers : $SelectionSet } ,
@@ -153,7 +153,7 @@ export interface MutationMethods<$Context extends $$Utilities.Context> {
153
153
$Context ,
154
154
( ) => Promise <
155
155
& ( null | { } )
156
- & $$Utilities . HandleOutputGraffleRootField <
156
+ & $$Utilities . HandleOutputDocumentBuilderRootField <
157
157
$Context ,
158
158
{ __typename : 'Mutation' } ,
159
159
'__typename'
@@ -167,7 +167,7 @@ export interface MutationMethods<$Context extends $$Utilities.Context> {
167
167
selectionSet : $$Utilities . Exact < $SelectionSet , $$SelectionSets . Mutation . addPokemon < $Context [ 'scalars' ] > > ,
168
168
) => Promise <
169
169
& ( null | { } )
170
- & $$Utilities . HandleOutputGraffleRootField <
170
+ & $$Utilities . HandleOutputDocumentBuilderRootField <
171
171
$Context ,
172
172
$$Utilities . DocumentBuilder . InferResult . OperationMutation <
173
173
{ addPokemon : $SelectionSet } ,
0 commit comments