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 NonNullTypeGraphqlAntlrToLanguage.createNonNullType(GraphqlParser.NonNullTypeContext ctx) -
Uses of NonNullType in graphql.schema.idl
Methods in graphql.schema.idl with parameters of type NonNullTypeModifier and TypeMethodDescriptionprivate voidArgValueOfAllowedTypeChecker.checkArgValueMatchesAllowedNonNullType(List<GraphQLError> errors, Value<?> instanceValue, NonNullType allowedArgType)