Package | Description |
---|---|
graphql.schema.idl |
Modifier and Type | Method and Description |
---|---|
TypeDefinitionRegistry |
SchemaParser.buildRegistry(Document document)
special method to build directly a TypeDefinitionRegistry from a Document
useful for Introspection => IDL (Document) => TypeDefinitionRegistry
|
TypeDefinitionRegistry |
SchemaDirectiveWiringEnvironmentImpl.getRegistry() |
TypeDefinitionRegistry |
SchemaDirectiveWiringEnvironment.getRegistry() |
TypeDefinitionRegistry |
TypeDefinitionRegistry.merge(TypeDefinitionRegistry typeRegistry)
This will merge these type registries together and return this one
|
TypeDefinitionRegistry |
SchemaParser.parse(File file)
Parse a file of schema definitions and create a
TypeDefinitionRegistry |
TypeDefinitionRegistry |
SchemaParser.parse(Reader reader)
Parse a reader of schema definitions and create a
TypeDefinitionRegistry |
TypeDefinitionRegistry |
SchemaParser.parse(String schemaInput)
Parse a string of schema definitions and create a
TypeDefinitionRegistry |
TypeDefinitionRegistry |
SchemaParser.parseImpl(Reader schemaInput) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaGeneratorHelper.addDeprecatedDirectiveDefinition(TypeDefinitionRegistry typeRegistry) |
List<GraphQLError> |
SchemaTypeChecker.checkTypeRegistry(TypeDefinitionRegistry typeRegistry,
RuntimeWiring wiring,
boolean enforceSchemaDirectives) |
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. |
GraphQLSchema |
SchemaGenerator.makeExecutableSchema(TypeDefinitionRegistry typeRegistry,
RuntimeWiring wiring)
This will take a
TypeDefinitionRegistry and a RuntimeWiring and put them together to create a executable schema |
static GraphQLSchema |
UnExecutableSchemaGenerator.makeUnExecutableSchema(TypeDefinitionRegistry registry) |
TypeDefinitionRegistry |
TypeDefinitionRegistry.merge(TypeDefinitionRegistry typeRegistry)
This will merge these type registries together and return this one
|
Copyright © 2019. All rights reserved.