Uses of Class
graphql.schema.GraphQLCodeRegistry
Packages that use GraphQLCodeRegistry
-
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.schema
Methods 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 GraphQLCodeRegistryModifierConstructorDescriptionGraphQLSchema(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
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 ownGraphQLCodeRegistryinstance