Uses of Interface
graphql.schema.GraphQLUnmodifiedType
Packages that use GraphQLUnmodifiedType
-
Uses of GraphQLUnmodifiedType in graphql.schema
Classes in graphql.schema that implement GraphQLUnmodifiedTypeModifier and TypeClassDescriptionclassA graphql enumeration type has a limited set of values.classgraphql clearly delineates between the types of objects that represent the output of a query and input objects that can be fed into a graphql mutation.classIn graphql, an interface is an abstract type that defines the set of fields that a type must include to implement that interface.classThis is the work horse type and represents an object with one or more field values that can be retrieved by the graphql system.classA scalar type is a leaf node in the graphql tree of types.classA union type is a polymorphic type that dynamically represents one of more concrete object types.Methods in graphql.schema that return GraphQLUnmodifiedTypeModifier and TypeMethodDescriptionstatic GraphQLUnmodifiedTypeGraphQLTypeUtil.unwrapAll(GraphQLType type) Unwraps all layers of the type or just returns the type again if it's not a wrapped typeMethods in graphql.schema with parameters of type GraphQLUnmodifiedTypeModifier and TypeMethodDescriptiondefault TraversalControlGraphQLTypeVisitor.visitGraphQLUnmodifiedType(GraphQLUnmodifiedType node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLUnmodifiedType in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLUnmodifiedTypeModifier and TypeMethodDescriptionMultiReadOnlyGraphQLTypeVisitor.visitGraphQLUnmodifiedType(GraphQLUnmodifiedType node, TraverserContext<GraphQLSchemaElement> context)