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) -
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
Methods 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
Methods in graphql.schema.idl that return types with arguments of type ScalarTypeExtensionDefinitionModifier and TypeMethodDescriptionScalarWiringEnvironment.getExtensions()TypeDefinitionRegistry.scalarTypeExtensions()