Uses of Interface
graphql.schema.GraphQLModifiedType
Packages that use GraphQLModifiedType
-
Uses of GraphQLModifiedType in graphql.schema
Classes in graphql.schema that implement GraphQLModifiedTypeModifier and TypeClassDescriptionclassA modified type that indicates there is a list of the underlying wrapped type, eg a list of strings or a list of booleans.classA modified type that indicates there the underlying wrapped type will not be null.Methods in graphql.schema with parameters of type GraphQLModifiedTypeModifier and TypeMethodDescriptiondefault TraversalControlGraphQLTypeVisitor.visitGraphQLModifiedType(GraphQLModifiedType node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLModifiedType in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLModifiedTypeModifier and TypeMethodDescriptionMultiReadOnlyGraphQLTypeVisitor.visitGraphQLModifiedType(GraphQLModifiedType node, TraverserContext<GraphQLSchemaElement> context)