Package | Description |
---|---|
graphql.schema.idl |
Modifier and Type | Method and Description |
---|---|
static SchemaPrinter.Options |
SchemaPrinter.Options.defaultOptions() |
SchemaPrinter.Options |
SchemaPrinter.Options.includeDirectives(boolean flag)
Allow to print directives.
|
SchemaPrinter.Options |
SchemaPrinter.Options.includeExtendedScalarTypes(boolean flag)
This will allow you to include the graphql 'extended' scalar types that come with graphql-java such as
GraphQLBigDecimal or GraphQLBigInteger
|
SchemaPrinter.Options |
SchemaPrinter.Options.includeIntrospectionTypes(boolean flag)
This will allow you to include introspection types that are contained in a schema
|
SchemaPrinter.Options |
SchemaPrinter.Options.includeScalarTypes(boolean flag)
This will allow you to include scalar types that are contained in a schema
|
SchemaPrinter.Options |
SchemaPrinter.Options.includeSchemaDefintion(boolean flag)
This will force the printing of the graphql schema definition even if the query, mutation, and/or subscription
types use the default names.
|
SchemaPrinter.Options |
SchemaPrinter.Options.setComparators(SchemaPrinterComparatorRegistry comparatorRegistry)
The comparator registry controls the printing order for registered
GraphQLType s. |
Constructor and Description |
---|
SchemaPrinter(SchemaPrinter.Options options) |
Copyright © 2019. All rights reserved.