Uses of Class
graphql.introspection.IntrospectionQueryBuilder.Options
Packages that use IntrospectionQueryBuilder.Options
-
Uses of IntrospectionQueryBuilder.Options in graphql.introspection
Methods in graphql.introspection that return IntrospectionQueryBuilder.OptionsModifier and TypeMethodDescriptionIntrospectionQueryBuilder.Options.defaultOptions()
IntrospectionQueryBuilder.Options.descriptions
(boolean flag) This will allow you to include description fields in the introspection queryIntrospectionQueryBuilder.Options.directiveIsRepeatable
(boolean flag) This will allow you to include the `isRepeatable` field for directives in the introspection query.IntrospectionQueryBuilder.Options.inputValueDeprecation
(boolean flag) This will allow you to include deprecated input fields in the introspection query.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.schemaDescription
(boolean flag) This will allow you to include the `description` field for the schema type in the introspection query.IntrospectionQueryBuilder.Options.specifiedByUrl
(boolean flag) This will allow you to include the `specifiedByURL` field for scalar types in the introspection query.IntrospectionQueryBuilder.Options.typeRefFragmentDepth
(int typeRefFragmentDepth) This will allow you to control the depth of the `TypeRef` fragment in the introspection query.Methods in graphql.introspection with parameters of type IntrospectionQueryBuilder.OptionsModifier and TypeMethodDescriptionstatic String
IntrospectionQueryBuilder.build
(IntrospectionQueryBuilder.Options options) This will build an introspection query inString
form based on the options you providestatic Document
IntrospectionQueryBuilder.buildDocument
(IntrospectionQueryBuilder.Options options) This will build an introspection query inDocument
form