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 23da3e8 commit 905b7f3Copy full SHA for 905b7f3
src/type/definition.d.ts
@@ -518,7 +518,7 @@ export interface GraphQLField<
518
resolve?: GraphQLFieldResolver<TSource, TContext, TArgs>;
519
subscribe?: GraphQLFieldResolver<TSource, TContext, TArgs>;
520
isDeprecated: boolean;
521
- deprecationReason?: Maybe<string>;
+ deprecationReason: Maybe<string>;
522
extensions: Maybe<Readonly<Record<string, any>>>;
523
astNode?: Maybe<FieldDefinitionNode>;
524
}
0 commit comments