Package | Description |
---|---|
graphql.schema.idl |
Modifier and Type | Method and Description |
---|---|
static SchemaGenerator.Options |
SchemaGenerator.Options.defaultOptions() |
SchemaGenerator.Options |
SchemaGenerator.Options.enforceSchemaDirectives(boolean flag)
This controls whether schema directives MUST be declared using
directive definition syntax before use.
|
Modifier and Type | Method and Description |
---|---|
GraphQLSchema |
SchemaGenerator.makeExecutableSchema(SchemaGenerator.Options options,
TypeDefinitionRegistry typeRegistry,
RuntimeWiring wiring)
This will take a
TypeDefinitionRegistry and a RuntimeWiring and put them together to create a executable schema
controlled by the provided options. |
Copyright © 2019. All rights reserved.