File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,12 @@ Assertions
212212Other
213213-----
214214
215+ Thunk Handling
216+ ^^^^^^^^^^^^^^
217+
218+ .. autofunction :: resolve_thunk
219+
220+
215221Assertions
216222^^^^^^^^^^
217223
Original file line number Diff line number Diff line change 314314 # Un-modifiers
315315 get_nullable_type ,
316316 get_named_type ,
317+ # Thunk handling
318+ resolve_thunk ,
317319 # Validate GraphQL schema.
318320 validate_schema ,
319321 assert_valid_schema ,
532534 "assert_named_type" ,
533535 "get_nullable_type" ,
534536 "get_named_type" ,
537+ "resolve_thunk" ,
535538 "validate_schema" ,
536539 "assert_valid_schema" ,
537540 "assert_name" ,
Original file line number Diff line number Diff line change 6161 # Un-modifiers
6262 get_nullable_type ,
6363 get_named_type ,
64+ # Thunk handling
65+ resolve_thunk ,
6466 # Definitions
6567 GraphQLScalarType ,
6668 GraphQLObjectType ,
213215 "assert_named_type" ,
214216 "get_nullable_type" ,
215217 "get_named_type" ,
218+ "resolve_thunk" ,
216219 "GraphQLScalarType" ,
217220 "GraphQLObjectType" ,
218221 "GraphQLInterfaceType" ,
Original file line number Diff line number Diff line change 104104 "assert_named_type" ,
105105 "get_nullable_type" ,
106106 "get_named_type" ,
107+ "resolve_thunk" ,
107108 "GraphQLAbstractType" ,
108109 "GraphQLArgument" ,
109110 "GraphQLArgumentKwargs" ,
You can’t perform that action at this time.
0 commit comments