Uses of Class
graphql.language.NonNullType
Packages that use NonNullType
-
Uses of NonNullType in graphql.language
Methods in graphql.language that return NonNullTypeModifier and TypeMethodDescriptionNonNullType.Builder.build()
NonNullType.deepCopy()
NonNullType.transform
(Consumer<NonNullType.Builder> builderConsumer) NonNullType.withNewChildren
(NodeChildrenContainer newChildren) Methods in graphql.language with parameters of type NonNullTypeModifier and TypeMethodDescriptionNodeVisitor.visitNonNullType
(NonNullType node, TraverserContext<Node> data) NodeVisitorStub.visitNonNullType
(NonNullType node, TraverserContext<Node> context) Constructors in graphql.language with parameters of type NonNullType -
Uses of NonNullType in graphql.parser
Methods in graphql.parser that return NonNullTypeModifier and TypeMethodDescriptionprotected NonNullType
GraphqlAntlrToLanguage.createNonNullType
(GraphqlParser.NonNullTypeContext ctx) -
Uses of NonNullType in graphql.schema.idl
Methods in graphql.schema.idl with parameters of type NonNullTypeModifier and TypeMethodDescriptionprivate void
ArgValueOfAllowedTypeChecker.checkArgValueMatchesAllowedNonNullType
(List<GraphQLError> errors, Value<?> instanceValue, NonNullType allowedArgType)