Skip to content

Commit

Permalink
Use JSDoc formatting of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maciesielka committed May 24, 2024
1 parent 9bae8e8 commit 3af4434
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/utilities/getIntrospectionQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ export interface IntrospectionOptions {
*/
inputValueDeprecation?: boolean;

// Whether target GraphQL server supports `@oneOf` input objects.
// Default: false
/**
* Whether target GraphQL server supports `@oneOf` input objects.
* Default: false
*/
inputObjectOneOf?: boolean;
}

Expand Down

0 comments on commit 3af4434

Please sign in to comment.