Uses of Class
graphql.language.NonNullType
-
Packages that use NonNullType Package Description graphql.language graphql.parser graphql.schema.idl -
-
Uses of NonNullType in graphql.language
Methods in graphql.language that return NonNullType Modifier and Type Method Description NonNullType
NonNullType.Builder. build()
NonNullType
NonNullType. deepCopy()
NonNullType
NonNullType. transform(java.util.function.Consumer<NonNullType.Builder> builderConsumer)
NonNullType
NonNullType. withNewChildren(NodeChildrenContainer newChildren)
Methods in graphql.language with parameters of type NonNullType Modifier and Type Method Description TraversalControl
NodeVisitor. visitNonNullType(NonNullType node, TraverserContext<Node> data)
TraversalControl
NodeVisitorStub. visitNonNullType(NonNullType node, TraverserContext<Node> context)
Constructors in graphql.language with parameters of type NonNullType Constructor Description Builder(NonNullType existing)
-
Uses of NonNullType in graphql.parser
Methods in graphql.parser that return NonNullType Modifier and Type Method Description protected NonNullType
GraphqlAntlrToLanguage. createNonNullType(GraphqlParser.NonNullTypeContext ctx)
-
Uses of NonNullType in graphql.schema.idl
Methods in graphql.schema.idl with parameters of type NonNullType Modifier and Type Method Description private void
ArgValueOfAllowedTypeChecker. checkArgValueMatchesAllowedNonNullType(java.util.List<GraphQLError> errors, Value<?> instanceValue, NonNullType allowedArgType)
-