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 typeprivate static TypeResolverGraphQLCodeRegistry.getTypeResolverForUnion(GraphQLUnionType parentType, Map<String, TypeResolver> typeResolverMap) static 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.diffing
Methods in graphql.schema.diffing with parameters of type GraphQLUnionTypeModifier and TypeMethodDescriptionprivate voidSchemaGraphFactory.newUnion(GraphQLUnionType unionType, SchemaGraph schemaGraph, boolean isIntrospectionNode) -
Uses of GraphQLUnionType in graphql.schema.idl
Methods in graphql.schema.idl that return GraphQLUnionTypeModifier and TypeMethodDescription(package private) GraphQLUnionTypeSchemaGeneratorHelper.buildUnionType(SchemaGeneratorHelper.BuildContext buildCtx, UnionTypeDefinition typeDefinition) default 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, SchemaGeneratorDirectiveHelper.Parameters params) Methods in graphql.schema.idl that return types with arguments of type GraphQLUnionTypeMethods in graphql.schema.idl with parameters of type GraphQLUnionTypeModifier and TypeMethodDescriptionSchemaGeneratorDirectiveHelper.onUnion(GraphQLUnionType element, SchemaGeneratorDirectiveHelper.Parameters params) SchemaDirectiveWiringSchemaGeneratorPostProcessing.Visitor.visitGraphQLUnionType(GraphQLUnionType node, TraverserContext<GraphQLSchemaElement> context) 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 TypeMethodDescription(package private) booleanTypesImplementInterfaces.objectIsMemberOfUnion(GraphQLUnionType unionType, GraphQLOutputType objectType) private voidTypeAndFieldRule.validateUnion(GraphQLUnionType type, SchemaValidationErrorCollector errorCollector) TypeAndFieldRule.visitGraphQLUnionType(GraphQLUnionType type, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLUnionType in graphql.schema.visitor
Methods in graphql.schema.visitor with parameters of type GraphQLUnionTypeModifier and TypeMethodDescriptionGraphQLSchemaVisitorAdapter.visitGraphQLUnionType(GraphQLUnionType node, TraverserContext<GraphQLSchemaElement> context) default GraphQLSchemaTraversalControlGraphQLSchemaVisitor.visitUnionType(GraphQLUnionType unionType, GraphQLSchemaVisitor.UnionTypeVisitorEnvironment environment) Called when visiting aGraphQLUnionTypein the schema