Uses of Class
graphql.schema.GraphQLUnionType
Packages that use GraphQLUnionType
Package
Description
-
Uses of GraphQLUnionType in graphql.execution
Methods in graphql.execution with parameters of type GraphQLUnionTypeModifier and TypeMethodDescriptionResolveType.resolveTypeForUnion(TypeResolutionEnvironment env, GraphQLUnionType abstractType) -
Uses of GraphQLUnionType in graphql.schema
Methods in graphql.schema that return GraphQLUnionTypeModifier and TypeMethodDescriptionGraphQLUnionType.Builder.build()GraphQLUnionType.transform(Consumer<GraphQLUnionType.Builder> builderConsumer) This helps you transform the current GraphQLUnionType into another one by starting a builder with all the current values and allows you to transform it how you want.GraphQLUnionType.withNewChildren(SchemaElementChildrenContainer newChildren) Methods in graphql.schema with parameters of type GraphQLUnionTypeModifier and TypeMethodDescriptionGraphQLCodeRegistry.Builder.getTypeResolver(GraphQLUnionType unionType) Returns the type resolver associated with this union typeGraphQLCodeRegistry.getTypeResolver(GraphQLUnionType unionType) Returns the type resolver associated with this union typestatic GraphQLUnionType.BuilderGraphQLUnionType.newUnionType(GraphQLUnionType existing) GraphQLCodeRegistry.Builder.typeResolver(GraphQLUnionType unionType, TypeResolver typeResolver) GraphQLCodeRegistry.Builder.typeResolverIfAbsent(GraphQLUnionType unionType, TypeResolver typeResolver) CodeRegistryVisitor.visitGraphQLUnionType(GraphQLUnionType node, TraverserContext<GraphQLSchemaElement> context) GraphQLTypeResolvingVisitor.visitGraphQLUnionType(GraphQLUnionType node, TraverserContext<GraphQLSchemaElement> context) GraphQLTypeVisitor.visitGraphQLUnionType(GraphQLUnionType node, TraverserContext<GraphQLSchemaElement> context) GraphQLTypeVisitorStub.visitGraphQLUnionType(GraphQLUnionType node, TraverserContext<GraphQLSchemaElement> context) Constructors in graphql.schema with parameters of type GraphQLUnionType -
Uses of GraphQLUnionType in graphql.schema.idl
Methods in graphql.schema.idl that return GraphQLUnionTypeModifier and TypeMethodDescriptiondefault GraphQLUnionTypeSchemaDirectiveWiring.onUnion(SchemaDirectiveWiringEnvironment<GraphQLUnionType> environment) This is called when a union is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementSchemaGeneratorDirectiveHelper.onUnion(GraphQLUnionType element, graphql.schema.idl.SchemaGeneratorDirectiveHelper.Parameters params) Methods in graphql.schema.idl with parameters of type GraphQLUnionTypeModifier and TypeMethodDescriptionSchemaGeneratorDirectiveHelper.onUnion(GraphQLUnionType element, graphql.schema.idl.SchemaGeneratorDirectiveHelper.Parameters params) Method parameters in graphql.schema.idl with type arguments of type GraphQLUnionTypeModifier and TypeMethodDescriptiondefault GraphQLUnionTypeSchemaDirectiveWiring.onUnion(SchemaDirectiveWiringEnvironment<GraphQLUnionType> environment) This is called when a union is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL element -
Uses of GraphQLUnionType in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLUnionTypeModifier and TypeMethodDescriptionGraphQLTypeCollectingVisitor.visitGraphQLUnionType(GraphQLUnionType node, TraverserContext<GraphQLSchemaElement> context) MultiReadOnlyGraphQLTypeVisitor.visitGraphQLUnionType(GraphQLUnionType node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLUnionType in graphql.schema.validation
Methods in graphql.schema.validation with parameters of type GraphQLUnionTypeModifier and TypeMethodDescriptionTypeAndFieldRule.visitGraphQLUnionType(GraphQLUnionType type, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLUnionType in graphql.schema.visitor
Subinterfaces with type arguments of type GraphQLUnionType in graphql.schema.visitorModifier and TypeInterfaceDescriptionstatic interfaceAGraphQLSchemaVisitorEnvironmentenvironment specific toGraphQLUnionTypeMethods in graphql.schema.visitor with parameters of type GraphQLUnionTypeModifier and TypeMethodDescriptiondefault GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitUnionType(GraphQLUnionType unionType, GraphQLSchemaVisitor.UnionTypeVisitorEnvironment environment) Called when visiting aGraphQLUnionTypein the schema