Uses of Class
graphql.language.TypeName
Packages that use TypeName
Package
Description
-
Uses of TypeName in graphql.language
Methods in graphql.language that return TypeNameModifier and TypeMethodDescriptionTypeName.Builder.build()TypeName.deepCopy()FragmentDefinition.getTypeCondition()InlineFragment.getTypeCondition()OperationTypeDefinition.getTypeName()TypeName.transform(Consumer<TypeName.Builder> builderConsumer) TypeName.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language with parameters of type TypeNameModifier and TypeMethodDescriptionFragmentDefinition.Builder.typeCondition(TypeName typeCondition) InlineFragment.Builder.typeCondition(TypeName typeCondition) NodeVisitor.visitTypeName(TypeName node, TraverserContext<Node> data) NodeVisitorStub.visitTypeName(TypeName node, TraverserContext<Node> context) Constructors in graphql.language with parameters of type TypeNameModifierConstructorDescriptionprotectedFragmentDefinition(String name, TypeName typeCondition, List<Directive> directives, SelectionSet selectionSet, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) InlineFragment(TypeName typeCondition) alternative to using a Builder for convenienceInlineFragment(TypeName typeCondition, SelectionSet selectionSet) alternative to using a Builder for convenienceprotectedInlineFragment(TypeName typeCondition, List<Directive> directives, SelectionSet selectionSet, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) OperationTypeDefinition(String name, TypeName typeName) alternative to using a Builder for convenienceprotectedOperationTypeDefinition(String name, TypeName typeName, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) -
Uses of TypeName in graphql.parser
Methods in graphql.parser that return TypeNameModifier and TypeMethodDescriptionprotected TypeNameGraphqlAntlrToLanguage.createTypeName(GraphqlParser.TypeNameContext ctx) -
Uses of TypeName in graphql.schema.idl
Methods in graphql.schema.idl that return TypeNameModifier and TypeMethodDescriptionTypeInfo.getTypeName()static TypeNameUnwraps all layers of the type or just returns the type again if it's not a wrapped typeMethods in graphql.schema.idl with parameters of type TypeName -
Uses of TypeName in graphql.schema.idl.errors
Constructors in graphql.schema.idl.errors with parameters of type TypeNameModifierConstructorDescriptionMissingInterfaceTypeError(String typeOfType, TypeDefinition typeDefinition, TypeName typeName) MissingTypeError(String typeOfType, Node node, String name, TypeName typeName) MissingTypeError(String typeOfType, TypeDefinition typeDefinition, TypeName typeName) -
Uses of TypeName in graphql.validation
Methods in graphql.validation that return TypeNameMethods in graphql.validation with parameters of type TypeName -
Uses of TypeName in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type TypeName