Uses of Interface
graphql.schema.GraphQLNamedInputType
Packages that use GraphQLNamedInputType
-
Uses of GraphQLNamedInputType in graphql.schema
Classes in graphql.schema that implement GraphQLNamedInputTypeModifier and TypeClassDescriptionclass
A graphql enumeration type has a limited set of values.class
graphql 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.class
A scalar type is a leaf node in the graphql tree of types.class
A special type to allow a object/interface types to reference itself. -
Uses of GraphQLNamedInputType in graphql.schema.idl
Methods in graphql.schema.idl with parameters of type GraphQLNamedInputTypeModifier and TypeMethodDescription(package private) void
SchemaGeneratorHelper.BuildContext.putInputType
(GraphQLNamedInputType inputType) -
Uses of GraphQLNamedInputType in graphql.schema.visitor
Methods in graphql.schema.visitor that return GraphQLNamedInputTypeModifier and TypeMethodDescriptionGraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment.getUnwrappedType()
GraphQLSchemaVisitor.ArgumentVisitorEnvironment.getUnwrappedType()
GraphQLSchemaVisitor.InputObjectFieldVisitorEnvironment.getUnwrappedType()
GraphQLSchemaVisitorAdapter.AppliedDirectiveArgumentEnv.getUnwrappedType()
GraphQLSchemaVisitorAdapter.ArgumentEnv.getUnwrappedType()
GraphQLSchemaVisitorAdapter.InputObjectFieldEnv.getUnwrappedType()