Uses of Class
graphql.language.UnionTypeDefinition
Packages that use UnionTypeDefinition
Package
Description
-
Uses of UnionTypeDefinition in graphql.language
Subclasses of UnionTypeDefinition in graphql.languageSubclasses with type arguments of type UnionTypeDefinition in graphql.languageClasses in graphql.language that implement interfaces with type arguments of type UnionTypeDefinitionModifier and TypeClassDescriptionclassclassclassMethods in graphql.language that return UnionTypeDefinitionModifier and TypeMethodDescriptionUnionTypeDefinition.Builder.build()UnionTypeDefinition.deepCopy()UnionTypeDefinition.transform(Consumer<UnionTypeDefinition.Builder> builderConsumer) UnionTypeDefinition.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language with parameters of type UnionTypeDefinitionModifier and TypeMethodDescriptionNodeVisitor.visitUnionTypeDefinition(UnionTypeDefinition node, TraverserContext<Node> data) NodeVisitorStub.visitUnionTypeDefinition(UnionTypeDefinition node, TraverserContext<Node> context) -
Uses of UnionTypeDefinition in graphql.parser
Methods in graphql.parser that return UnionTypeDefinitionModifier and TypeMethodDescriptionprotected UnionTypeDefinitionGraphqlAntlrToLanguage.createUnionTypeDefinition(GraphqlParser.UnionTypeDefinitionContext ctx) -
Uses of UnionTypeDefinition in graphql.schema
Methods in graphql.schema that return UnionTypeDefinitionMethods in graphql.schema with parameters of type UnionTypeDefinitionModifier and TypeMethodDescriptionGraphQLUnionType.Builder.definition(UnionTypeDefinition definition) -
Uses of UnionTypeDefinition in graphql.schema.idl
Methods in graphql.schema.idl that return UnionTypeDefinition -
Uses of UnionTypeDefinition in graphql.schema.idl.errors
Constructors in graphql.schema.idl.errors with parameters of type UnionTypeDefinitionModifierConstructorDescriptionNonUniqueNameError(UnionTypeDefinition typeDefinition, String memberName)