public static class SchemaPrinter.Options
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static SchemaPrinter.Options |
defaultOptions() |
SchemaPrinter.Options |
includeIntrospectionTypes(boolean flag)
This will allow you to include introspection types that are contained in a schema
|
SchemaPrinter.Options |
includeScalarTypes(boolean flag)
This will allow you to include scalar types that are contained in a schema
|
boolean |
isIncludeIntrospectionTypes() |
boolean |
isIncludeScalars() |
public boolean isIncludeIntrospectionTypes()
public boolean isIncludeScalars()
public static SchemaPrinter.Options defaultOptions()
public SchemaPrinter.Options includeIntrospectionTypes(boolean flag)
flag
- whether to include thempublic SchemaPrinter.Options includeScalarTypes(boolean flag)
flag
- whether to include them