Skip to content

Commit 3af4434

Browse files
committed
Use JSDoc formatting of comments
1 parent 9bae8e8 commit 3af4434

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/utilities/getIntrospectionQuery.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ export interface IntrospectionOptions {
3333
*/
3434
inputValueDeprecation?: boolean;
3535

36-
// Whether target GraphQL server supports `@oneOf` input objects.
37-
// Default: false
36+
/**
37+
* Whether target GraphQL server supports `@oneOf` input objects.
38+
* Default: false
39+
*/
3840
inputObjectOneOf?: boolean;
3941
}
4042

0 commit comments

Comments
 (0)