Package | Description |
---|---|
graphql.execution | |
graphql.schema | |
graphql.schema.idl |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
ValuesResolver.getArgumentValues(GraphQLCodeRegistry codeRegistry,
List<GraphQLArgument> argumentTypes,
List<Argument> arguments,
Map<String,Object> variables) |
Modifier and Type | Method and Description |
---|---|
GraphQLCodeRegistry |
GraphQLCodeRegistry.Builder.build() |
GraphQLCodeRegistry |
GraphQLSchema.getCodeRegistry() |
GraphQLCodeRegistry |
GraphQLCodeRegistry.transform(Consumer<GraphQLCodeRegistry.Builder> builderConsumer)
This helps you transform the current
GraphQLCodeRegistry object into another one by starting a builder with all
the current values and allows you to transform it how you want. |
Modifier and Type | Method and Description |
---|---|
GraphQLSchema.Builder |
GraphQLSchema.Builder.codeRegistry(GraphQLCodeRegistry codeRegistry) |
static GraphQLCodeRegistry.Builder |
GraphQLCodeRegistry.newCodeRegistry(GraphQLCodeRegistry existingCodeRegistry)
Returns a new builder of
GraphQLCodeRegistry objects based on the existing one |
Modifier and Type | Method and Description |
---|---|
GraphQLCodeRegistry |
RuntimeWiring.getCodeRegistry() |
Modifier and Type | Method and Description |
---|---|
RuntimeWiring.Builder |
RuntimeWiring.Builder.codeRegistry(GraphQLCodeRegistry codeRegistry)
This allows you to seed in your own
GraphQLCodeRegistry instance |
Copyright © 2019. All rights reserved.