Uses of Class
graphql.language.UnionTypeExtensionDefinition
Packages that use UnionTypeExtensionDefinition
-
Uses of UnionTypeExtensionDefinition in graphql.language
Methods in graphql.language that return UnionTypeExtensionDefinitionModifier and TypeMethodDescriptionUnionTypeExtensionDefinition.Builder.build()UnionTypeExtensionDefinition.deepCopy()UnionTypeExtensionDefinition.transformExtension(Consumer<UnionTypeExtensionDefinition.Builder> builderConsumer) UnionTypeExtensionDefinition.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language that return types with arguments of type UnionTypeExtensionDefinition -
Uses of UnionTypeExtensionDefinition in graphql.parser
Methods in graphql.parser that return UnionTypeExtensionDefinitionModifier and TypeMethodDescriptionprotected UnionTypeExtensionDefinitionGraphqlAntlrToLanguage.createUnionTypeExtensionDefinition(GraphqlParser.UnionTypeExtensionDefinitionContext ctx) -
Uses of UnionTypeExtensionDefinition in graphql.schema
Fields in graphql.schema with type parameters of type UnionTypeExtensionDefinitionModifier and TypeFieldDescriptionprivate List<UnionTypeExtensionDefinition> GraphQLUnionType.Builder.extensionDefinitionsprivate final com.google.common.collect.ImmutableList<UnionTypeExtensionDefinition> GraphQLUnionType.extensionDefinitionsMethods in graphql.schema that return types with arguments of type UnionTypeExtensionDefinitionMethod parameters in graphql.schema with type arguments of type UnionTypeExtensionDefinitionModifier and TypeMethodDescriptionGraphQLUnionType.Builder.extensionDefinitions(List<UnionTypeExtensionDefinition> extensionDefinitions) -
Uses of UnionTypeExtensionDefinition in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type UnionTypeExtensionDefinitionModifier and TypeFieldDescriptionprivate final Map<String, List<UnionTypeExtensionDefinition>> TypeDefinitionRegistry.unionTypeExtensionsMethods in graphql.schema.idl that return types with arguments of type UnionTypeExtensionDefinitionModifier and TypeMethodDescription(package private) List<UnionTypeExtensionDefinition> SchemaGeneratorHelper.unionTypeExtensions(UnionTypeDefinition typeDefinition, SchemaGeneratorHelper.BuildContext buildCtx) TypeDefinitionRegistry.unionTypeExtensions()