Uses of Class
graphql.language.ScalarTypeExtensionDefinition
Packages that use ScalarTypeExtensionDefinition
-
Uses of ScalarTypeExtensionDefinition in graphql.language
Methods in graphql.language that return ScalarTypeExtensionDefinitionModifier and TypeMethodDescriptionScalarTypeExtensionDefinition.Builder.build()ScalarTypeExtensionDefinition.deepCopy()ScalarTypeExtensionDefinition.transformExtension(Consumer<ScalarTypeExtensionDefinition.Builder> builderConsumer) ScalarTypeExtensionDefinition.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language that return types with arguments of type ScalarTypeExtensionDefinition -
Uses of ScalarTypeExtensionDefinition in graphql.parser
Methods in graphql.parser that return ScalarTypeExtensionDefinitionModifier and TypeMethodDescriptionprotected ScalarTypeExtensionDefinitionGraphqlAntlrToLanguage.createScalarTypeExtensionDefinition(GraphqlParser.ScalarTypeExtensionDefinitionContext ctx) -
Uses of ScalarTypeExtensionDefinition in graphql.schema
Fields in graphql.schema with type parameters of type ScalarTypeExtensionDefinitionModifier and TypeFieldDescriptionprivate List<ScalarTypeExtensionDefinition> GraphQLScalarType.Builder.extensionDefinitionsprivate final com.google.common.collect.ImmutableList<ScalarTypeExtensionDefinition> GraphQLScalarType.extensionDefinitionsMethods in graphql.schema that return types with arguments of type ScalarTypeExtensionDefinitionMethod parameters in graphql.schema with type arguments of type ScalarTypeExtensionDefinitionModifier and TypeMethodDescriptionGraphQLScalarType.Builder.extensionDefinitions(List<ScalarTypeExtensionDefinition> extensionDefinitions) -
Uses of ScalarTypeExtensionDefinition in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type ScalarTypeExtensionDefinitionModifier and TypeFieldDescriptionprivate final List<ScalarTypeExtensionDefinition> ScalarWiringEnvironment.extensionsprivate final Map<String, List<ScalarTypeExtensionDefinition>> TypeDefinitionRegistry.scalarTypeExtensionsMethods in graphql.schema.idl that return types with arguments of type ScalarTypeExtensionDefinitionModifier and TypeMethodDescriptionScalarWiringEnvironment.getExtensions()(package private) List<ScalarTypeExtensionDefinition> SchemaGeneratorHelper.scalarTypeExtensions(ScalarTypeDefinition typeDefinition, SchemaGeneratorHelper.BuildContext buildCtx) TypeDefinitionRegistry.scalarTypeExtensions()Method parameters in graphql.schema.idl with type arguments of type ScalarTypeExtensionDefinitionModifier and TypeMethodDescription(package private) StringSchemaGeneratorHelper.getSpecifiedByUrl(ScalarTypeDefinition scalarTypeDefinition, List<ScalarTypeExtensionDefinition> extensions) Constructor parameters in graphql.schema.idl with type arguments of type ScalarTypeExtensionDefinitionModifierConstructorDescription(package private)ScalarWiringEnvironment(TypeDefinitionRegistry registry, ScalarTypeDefinition interfaceTypeDefinition, List<ScalarTypeExtensionDefinition> extensions)