Uses of Class
graphql.language.EnumTypeExtensionDefinition
Packages that use EnumTypeExtensionDefinition
-
Uses of EnumTypeExtensionDefinition in graphql.language
Methods in graphql.language that return EnumTypeExtensionDefinitionModifier and TypeMethodDescriptionEnumTypeExtensionDefinition.Builder.build()EnumTypeExtensionDefinition.deepCopy()EnumTypeExtensionDefinition.transformExtension(Consumer<EnumTypeExtensionDefinition.Builder> builderConsumer) EnumTypeExtensionDefinition.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language that return types with arguments of type EnumTypeExtensionDefinitionConstructors in graphql.language with parameters of type EnumTypeExtensionDefinition -
Uses of EnumTypeExtensionDefinition in graphql.parser
Methods in graphql.parser that return EnumTypeExtensionDefinitionModifier and TypeMethodDescriptionprotected EnumTypeExtensionDefinitionGraphqlAntlrToLanguage.createEnumTypeExtensionDefinition(GraphqlParser.EnumTypeExtensionDefinitionContext ctx) -
Uses of EnumTypeExtensionDefinition in graphql.schema
Fields in graphql.schema with type parameters of type EnumTypeExtensionDefinitionModifier and TypeFieldDescriptionprivate List<EnumTypeExtensionDefinition> GraphQLEnumType.Builder.extensionDefinitionsprivate final com.google.common.collect.ImmutableList<EnumTypeExtensionDefinition> GraphQLEnumType.extensionDefinitionsMethods in graphql.schema that return types with arguments of type EnumTypeExtensionDefinitionMethod parameters in graphql.schema with type arguments of type EnumTypeExtensionDefinitionModifier and TypeMethodDescriptionGraphQLEnumType.Builder.extensionDefinitions(List<EnumTypeExtensionDefinition> extensionDefinitions) -
Uses of EnumTypeExtensionDefinition in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type EnumTypeExtensionDefinitionModifier and TypeFieldDescriptionprivate final Map<String, List<EnumTypeExtensionDefinition>> TypeDefinitionRegistry.enumTypeExtensionsMethods in graphql.schema.idl that return types with arguments of type EnumTypeExtensionDefinitionModifier and TypeMethodDescription(package private) List<EnumTypeExtensionDefinition> SchemaGeneratorHelper.enumTypeExtensions(EnumTypeDefinition typeDefinition, SchemaGeneratorHelper.BuildContext buildCtx) TypeDefinitionRegistry.enumTypeExtensions()