Skip to content

Commit 34d0991

Browse files
committed
Fix TypeScript issue
1 parent a90f2a2 commit 34d0991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ export interface GraphQLSchemaConfig extends GraphQLSchemaValidationOptions {
410410
*
411411
* @experimental
412412
*/
413-
defaultErrorBehavior?: GraphQLErrorBehavior;
413+
defaultErrorBehavior?: Maybe<GraphQLErrorBehavior>;
414414
extensions?: Maybe<Readonly<GraphQLSchemaExtensions>>;
415415
astNode?: Maybe<SchemaDefinitionNode>;
416416
extensionASTNodes?: Maybe<ReadonlyArray<SchemaExtensionNode>>;

0 commit comments

Comments
 (0)