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 UnionTypeExtensionDefinitionUnionTypeExtensionDefinition.Builder. build()UnionTypeExtensionDefinitionUnionTypeExtensionDefinition. deepCopy()UnionTypeExtensionDefinitionUnionTypeExtensionDefinition. transformExtension(java.util.function.Consumer<UnionTypeExtensionDefinition.Builder> builderConsumer)UnionTypeExtensionDefinitionUnionTypeExtensionDefinition. 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 UnionTypeExtensionDefinitionGraphqlAntlrToLanguage. 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. extensionDefinitionsprivate com.google.common.collect.ImmutableList<UnionTypeExtensionDefinition>GraphQLUnionType. extensionDefinitionsMethods 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.BuilderGraphQLUnionType.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. unionTypeExtensionsMethods 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()
-