Package | Description |
---|---|
graphql.schema.idl |
Modifier and Type | Method and Description |
---|---|
RuntimeWiring |
RuntimeWiring.Builder.build() |
static RuntimeWiring |
EchoingWiringFactory.newEchoingWiring() |
static RuntimeWiring |
EchoingWiringFactory.newEchoingWiring(Consumer<RuntimeWiring.Builder> builderConsumer) |
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 |
Copyright © 2019. All rights reserved.