Uses of Class
graphql.schema.GraphQLNonNull
-
Packages that use GraphQLNonNull Package Description graphql.execution graphql.schema graphql.schema.impl graphql.schema.validation -
-
Uses of GraphQLNonNull in graphql.execution
Methods in graphql.execution with parameters of type GraphQLNonNull Modifier and Type Method Description private static Value<?>
ValuesResolverLegacy. handleNonNullLegacy(java.lang.Object _value, GraphQLNonNull type, GraphQLContext graphqlContext, java.util.Locale locale)
-
Uses of GraphQLNonNull in graphql.schema
Methods in graphql.schema that return GraphQLNonNull Modifier and Type Method Description static GraphQLNonNull
GraphQLNonNull. nonNull(GraphQLType wrappedType)
A factory method for creating non null types so that when used with static imports allows more readable code such as.type(nonNull(GraphQLString))
Methods in graphql.schema with parameters of type GraphQLNonNull Modifier and Type Method Description TraversalControl
GraphQLTypeResolvingVisitor.TypeRefResolvingVisitor. visitGraphQLNonNull(GraphQLNonNull node, TraverserContext<GraphQLSchemaElement> context)
TraversalControl
GraphQLTypeVisitor. visitGraphQLNonNull(GraphQLNonNull node, TraverserContext<GraphQLSchemaElement> context)
TraversalControl
GraphQLTypeVisitorStub. visitGraphQLNonNull(GraphQLNonNull node, TraverserContext<GraphQLSchemaElement> context)
-
Uses of GraphQLNonNull in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLNonNull Modifier and Type Method Description TraversalControl
MultiReadOnlyGraphQLTypeVisitor. visitGraphQLNonNull(GraphQLNonNull node, TraverserContext<GraphQLSchemaElement> context)
-
Uses of GraphQLNonNull in graphql.schema.validation
Methods in graphql.schema.validation with parameters of type GraphQLNonNull Modifier and Type Method Description private GraphQLType
NoUnbrokenInputCycles. unwrapNonNull(GraphQLNonNull type)
-