Uses of Class
graphql.language.UnionTypeExtensionDefinition
-
Packages that use UnionTypeExtensionDefinition Package Description graphql.language graphql.parser graphql.schema graphql.schema.idl -
-
Uses of UnionTypeExtensionDefinition in graphql.language
Methods in graphql.language that return UnionTypeExtensionDefinition Modifier and Type Method Description UnionTypeExtensionDefinition
UnionTypeExtensionDefinition.Builder. build()
UnionTypeExtensionDefinition
UnionTypeExtensionDefinition. deepCopy()
UnionTypeExtensionDefinition
UnionTypeExtensionDefinition. transformExtension(java.util.function.Consumer<UnionTypeExtensionDefinition.Builder> builderConsumer)
UnionTypeExtensionDefinition
UnionTypeExtensionDefinition. withNewChildren(NodeChildrenContainer newChildren)
Methods in graphql.language that return types with arguments of type UnionTypeExtensionDefinition Modifier and Type Method Description private AstPrinter.NodePrinter<UnionTypeExtensionDefinition>
AstPrinter. unionTypeExtensionDefinition()
-
Uses of UnionTypeExtensionDefinition in graphql.parser
Methods in graphql.parser that return UnionTypeExtensionDefinition Modifier and Type Method Description protected UnionTypeExtensionDefinition
GraphqlAntlrToLanguage. createUnionTypeExtensionDefinition(GraphqlParser.UnionTypeExtensionDefinitionContext ctx)
-
Uses of UnionTypeExtensionDefinition in graphql.schema
Fields in graphql.schema with type parameters of type UnionTypeExtensionDefinition Modifier and Type Field Description private java.util.List<UnionTypeExtensionDefinition>
GraphQLUnionType.Builder. extensionDefinitions
private com.google.common.collect.ImmutableList<UnionTypeExtensionDefinition>
GraphQLUnionType. extensionDefinitions
Methods in graphql.schema that return types with arguments of type UnionTypeExtensionDefinition Modifier and Type Method Description java.util.List<UnionTypeExtensionDefinition>
GraphQLUnionType. getExtensionDefinitions()
Method parameters in graphql.schema with type arguments of type UnionTypeExtensionDefinition Modifier and Type Method Description GraphQLUnionType.Builder
GraphQLUnionType.Builder. extensionDefinitions(java.util.List<UnionTypeExtensionDefinition> extensionDefinitions)
-
Uses of UnionTypeExtensionDefinition in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type UnionTypeExtensionDefinition Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<UnionTypeExtensionDefinition>>
TypeDefinitionRegistry. unionTypeExtensions
Methods in graphql.schema.idl that return types with arguments of type UnionTypeExtensionDefinition Modifier and Type Method Description (package private) java.util.List<UnionTypeExtensionDefinition>
SchemaGeneratorHelper. unionTypeExtensions(UnionTypeDefinition typeDefinition, SchemaGeneratorHelper.BuildContext buildCtx)
java.util.Map<java.lang.String,java.util.List<UnionTypeExtensionDefinition>>
TypeDefinitionRegistry. unionTypeExtensions()
-