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 323f2d2 commit 65fb6aeCopy full SHA for 65fb6ae
src/utilities/buildASTSchema.js
@@ -505,7 +505,7 @@ function getLeadingCommentBlock(node): void | string {
505
*/
506
export function buildSchema(
507
source: string | Source,
508
- options: BuildSchemaOptions & ParseOptions,
+ options?: BuildSchemaOptions & ParseOptions,
509
): GraphQLSchema {
510
return buildASTSchema(parse(source, options), options);
511
}
0 commit comments