Skip to content

Commit 717bc21

Browse files
committed
prettier
1 parent 2d4386c commit 717bc21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/type/directives.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ export const GraphQLSpecifiedByDirective: GraphQLDirective =
252252
*/
253253
export const GraphQLOneOfDirective: GraphQLDirective = new GraphQLDirective({
254254
name: 'oneOf',
255-
description: 'Indicates that exactly one field must be supplied and that field must not be `null`.',
255+
description:
256+
'Indicates that exactly one field must be supplied and that field must not be `null`.',
256257
locations: [DirectiveLocation.INPUT_OBJECT],
257258
args: {},
258259
});

0 commit comments

Comments
 (0)