Uses of Class
graphql.schema.GraphQLCodeRegistry
Packages that use GraphQLCodeRegistry
Package
Description
-
Uses of GraphQLCodeRegistry in graphql.execution
Methods in graphql.execution with parameters of type GraphQLCodeRegistryModifier and TypeMethodDescriptionValuesResolver.getArgumentValues
(GraphQLCodeRegistry codeRegistry, List<GraphQLArgument> argumentTypes, List<Argument> arguments, CoercedVariables coercedVariables, GraphQLContext graphqlContext, Locale locale) -
Uses of GraphQLCodeRegistry in graphql.execution.directives
Methods in graphql.execution.directives with parameters of type GraphQLCodeRegistryModifier and TypeMethodDescriptionprivate void
DirectivesResolver.buildArguments
(GraphQLDirective.Builder directiveBuilder, GraphQLCodeRegistry codeRegistry, GraphQLDirective protoType, Directive fieldDirective, Map<String, Object> variables, GraphQLContext graphQLContext, Locale locale) -
Uses of GraphQLCodeRegistry in graphql.schema
Fields in graphql.schema declared as GraphQLCodeRegistryModifier and TypeFieldDescriptionprivate GraphQLCodeRegistry
GraphQLSchema.Builder.codeRegistry
private GraphQLCodeRegistry
GraphQLSchema.BuilderWithoutTypes.codeRegistry
private final GraphQLCodeRegistry
GraphQLSchema.codeRegistry
Methods in graphql.schema that return GraphQLCodeRegistryModifier and TypeMethodDescriptionGraphQLCodeRegistry.Builder.build()
GraphQLSchema.getCodeRegistry()
GraphQLCodeRegistry.transform
(Consumer<GraphQLCodeRegistry.Builder> builderConsumer) This helps you transform the currentGraphQLCodeRegistry
object into another one by starting a builder with all the current values and allows you to transform it how you want.Methods in graphql.schema with parameters of type GraphQLCodeRegistryModifier and TypeMethodDescriptionGraphQLSchema.Builder.codeRegistry
(GraphQLCodeRegistry codeRegistry) GraphQLSchema.BuilderWithoutTypes.codeRegistry
(GraphQLCodeRegistry codeRegistry) GraphQLCodeRegistry.Builder.dataFetchers
(GraphQLCodeRegistry codeRegistry) static GraphQLCodeRegistry.Builder
GraphQLCodeRegistry.newCodeRegistry
(GraphQLCodeRegistry existingCodeRegistry) Returns a new builder ofGraphQLCodeRegistry
objects based on the existing oneGraphQLCodeRegistry.Builder.typeResolvers
(GraphQLCodeRegistry codeRegistry) Constructors in graphql.schema with parameters of type GraphQLCodeRegistryModifierConstructorDescriptionprivate
Builder
(GraphQLCodeRegistry codeRegistry) GraphQLSchema
(GraphQLSchema existingSchema, GraphQLCodeRegistry codeRegistry, com.google.common.collect.ImmutableMap<String, GraphQLNamedType> typeMap, com.google.common.collect.ImmutableMap<String, com.google.common.collect.ImmutableList<GraphQLObjectType>> interfaceNameToObjectTypes) -
Uses of GraphQLCodeRegistry in graphql.schema.idl
Fields in graphql.schema.idl declared as GraphQLCodeRegistryModifier and TypeFieldDescriptionprivate GraphQLCodeRegistry
RuntimeWiring.Builder.codeRegistry
private final GraphQLCodeRegistry
RuntimeWiring.codeRegistry
Methods in graphql.schema.idl that return GraphQLCodeRegistryMethods in graphql.schema.idl with parameters of type GraphQLCodeRegistryModifier and TypeMethodDescriptionRuntimeWiring.Builder.codeRegistry
(GraphQLCodeRegistry codeRegistry) This allows you to seed in your ownGraphQLCodeRegistry
instance