Package | Description |
---|---|
graphql.schema.idl |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
Copyright © 2019. All rights reserved.