We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9ec8e commit 69899bcCopy full SHA for 69899bc
src/graphql/utilities/build_ast_schema.py
@@ -20,8 +20,8 @@ def build_ast_schema(
20
This takes the ast of a schema document produced by the parse function in
21
src/language/parser.py.
22
23
- If no schema definition is provided, then it will look for types named Query
24
- and Mutation.
+ If no schema definition is provided, then it will look for types named Query,
+ Mutation and Subscription.
25
26
Given that AST it constructs a GraphQLSchema. The resulting schema has no
27
resolve methods, so execution will use default resolvers.
0 commit comments