We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5be298 commit 91bc70bCopy full SHA for 91bc70b
src/utilities/buildASTSchema.ts
@@ -27,8 +27,8 @@ export interface BuildSchemaOptions extends GraphQLSchemaValidationOptions {
27
* This takes the ast of a schema document produced by the parse function in
28
* src/language/parser.js.
29
*
30
- * If no schema definition is provided, then it will look for types named Query
31
- * and Mutation.
+ * If no schema definition is provided, then it will look for types named Query,
+ * Mutation and Subscription.
32
33
* Given that AST it constructs a GraphQLSchema. The resulting schema
34
* has no resolve methods, so execution will use default resolvers.
0 commit comments