Uses of Interface
graphql.schema.GraphQLModifiedType
-
Packages that use GraphQLModifiedType Package Description graphql.schema graphql.schema.impl -
-
Uses of GraphQLModifiedType in graphql.schema
Classes in graphql.schema that implement GraphQLModifiedType Modifier and Type Class Description class
GraphQLList
A modified type that indicates there is a list of the underlying wrapped type, eg a list of strings or a list of booleans.class
GraphQLNonNull
A modified type that indicates there the underlying wrapped type will not be null.Methods in graphql.schema with parameters of type GraphQLModifiedType Modifier and Type Method Description default TraversalControl
GraphQLTypeVisitor. visitGraphQLModifiedType(GraphQLModifiedType node, TraverserContext<GraphQLSchemaElement> context)
-
Uses of GraphQLModifiedType in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLModifiedType Modifier and Type Method Description TraversalControl
MultiReadOnlyGraphQLTypeVisitor. visitGraphQLModifiedType(GraphQLModifiedType node, TraverserContext<GraphQLSchemaElement> context)
-