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 classGraphQLListA modified type that indicates there is a list of the underlying wrapped type, eg a list of strings or a list of booleans.classGraphQLNonNullA 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 TraversalControlGraphQLTypeVisitor. 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 TraversalControlMultiReadOnlyGraphQLTypeVisitor. visitGraphQLModifiedType(GraphQLModifiedType node, TraverserContext<GraphQLSchemaElement> context)
-