static IntrospectionQueryBuilder.Options |
IntrospectionQueryBuilder.Options.defaultOptions() |
|
IntrospectionQueryBuilder.Options |
IntrospectionQueryBuilder.Options.descriptions(boolean flag) |
This will allow you to include description fields in the introspection query
|
IntrospectionQueryBuilder.Options |
IntrospectionQueryBuilder.Options.directiveIsRepeatable(boolean flag) |
This will allow you to include the `isRepeatable` field for directives in the introspection query.
|
IntrospectionQueryBuilder.Options |
IntrospectionQueryBuilder.Options.inputValueDeprecation(boolean flag) |
This will allow you to include deprecated input fields in the introspection query.
|
IntrospectionQueryBuilder.Options |
IntrospectionQueryBuilder.Options.isOneOf(boolean flag) |
This will allow you to include the `isOneOf` field for one of input types in the introspection query.
|
IntrospectionQueryBuilder.Options |
IntrospectionQueryBuilder.Options.schemaDescription(boolean flag) |
This will allow you to include the `description` field for the schema type in the introspection query.
|
IntrospectionQueryBuilder.Options |
IntrospectionQueryBuilder.Options.specifiedByUrl(boolean flag) |
This will allow you to include the `specifiedByURL` field for scalar types in the introspection query.
|
IntrospectionQueryBuilder.Options |
IntrospectionQueryBuilder.Options.typeRefFragmentDepth(int typeRefFragmentDepth) |
This will allow you to control the depth of the `TypeRef` fragment in the introspection query.
|