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 9bae8e8 commit 3af4434Copy full SHA for 3af4434
src/utilities/getIntrospectionQuery.ts
@@ -33,8 +33,10 @@ export interface IntrospectionOptions {
33
*/
34
inputValueDeprecation?: boolean;
35
36
- // Whether target GraphQL server supports `@oneOf` input objects.
37
- // Default: false
+ /**
+ * Whether target GraphQL server supports `@oneOf` input objects.
38
+ * Default: false
39
+ */
40
inputObjectOneOf?: boolean;
41
}
42
0 commit comments