Uses of Class
graphql.language.TypeName
Packages that use TypeName
Package
Description
-
Uses of TypeName in graphql.language
Fields in graphql.language declared as TypeNameModifier and TypeFieldDescriptionprivate TypeName
FragmentDefinition.Builder.typeCondition
private final TypeName
FragmentDefinition.typeCondition
private TypeName
InlineFragment.Builder.typeCondition
private final TypeName
InlineFragment.typeCondition
private TypeName
OperationTypeDefinition.Builder.typeName
private final TypeName
OperationTypeDefinition.typeName
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 TypeNameModifierConstructorDescriptionprivate
protected
FragmentDefinition
(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 convenienceprotected
InlineFragment
(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 convenienceprotected
OperationTypeDefinition
(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 TypeName
GraphqlAntlrToLanguage.createTypeName
(GraphqlParser.TypeNameContext ctx) -
Uses of TypeName in graphql.schema.idl
Fields in graphql.schema.idl declared as TypeNameMethods in graphql.schema.idl that return TypeNameModifier and TypeMethodDescriptionTypeInfo.getTypeName()
static TypeName
Unwraps 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 TypeNameModifier and TypeMethodDescriptionvoid
AbstractRule.checkTypeName
(TypeName typeName) private void
RulesVisitor.checkTypeName
(TypeName node) -
Uses of TypeName in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type TypeName