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 2d4386c commit 717bc21Copy full SHA for 717bc21
src/type/directives.ts
@@ -252,7 +252,8 @@ export const GraphQLSpecifiedByDirective: GraphQLDirective =
252
*/
253
export const GraphQLOneOfDirective: GraphQLDirective = new GraphQLDirective({
254
name: 'oneOf',
255
- description: 'Indicates that exactly one field must be supplied and that field must not be `null`.',
+ description:
256
+ 'Indicates that exactly one field must be supplied and that field must not be `null`.',
257
locations: [DirectiveLocation.INPUT_OBJECT],
258
args: {},
259
});
0 commit comments