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 voidDirectivesResolver.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 GraphQLCodeRegistryGraphQLSchema.Builder.codeRegistryprivate GraphQLCodeRegistryGraphQLSchema.BuilderWithoutTypes.codeRegistryprivate final GraphQLCodeRegistryGraphQLSchema.codeRegistryMethods in graphql.schema that return GraphQLCodeRegistryModifier and TypeMethodDescriptionGraphQLCodeRegistry.Builder.build()GraphQLSchema.getCodeRegistry()GraphQLCodeRegistry.transform(Consumer<GraphQLCodeRegistry.Builder> builderConsumer) This helps you transform the currentGraphQLCodeRegistryobject 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.BuilderGraphQLCodeRegistry.newCodeRegistry(GraphQLCodeRegistry existingCodeRegistry) Returns a new builder ofGraphQLCodeRegistryobjects based on the existing oneGraphQLCodeRegistry.Builder.typeResolvers(GraphQLCodeRegistry codeRegistry) Constructors in graphql.schema with parameters of type GraphQLCodeRegistryModifierConstructorDescriptionprivateBuilder(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 GraphQLCodeRegistryRuntimeWiring.Builder.codeRegistryprivate final GraphQLCodeRegistryRuntimeWiring.codeRegistryMethods 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 ownGraphQLCodeRegistryinstance