Uses of Interface
graphql.schema.GraphQLNamedInputType
-
Packages that use GraphQLNamedInputType Package Description graphql.schema graphql.schema.idl graphql.schema.visitor -
-
Uses of GraphQLNamedInputType in graphql.schema
Classes in graphql.schema that implement GraphQLNamedInputType Modifier and Type Class Description class
GraphQLEnumType
A graphql enumeration type has a limited set of values.class
GraphQLInputObjectType
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
GraphQLScalarType
A scalar type is a leaf node in the graphql tree of types.class
GraphQLTypeReference
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 GraphQLNamedInputType Modifier and Type Method Description (package private) void
SchemaGeneratorHelper.BuildContext. putInputType(GraphQLNamedInputType inputType)
-
Uses of GraphQLNamedInputType in graphql.schema.visitor
Methods in graphql.schema.visitor that return GraphQLNamedInputType Modifier and Type Method Description GraphQLNamedInputType
GraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment. getUnwrappedType()
GraphQLNamedInputType
GraphQLSchemaVisitor.ArgumentVisitorEnvironment. getUnwrappedType()
GraphQLNamedInputType
GraphQLSchemaVisitor.InputObjectFieldVisitorEnvironment. getUnwrappedType()
GraphQLNamedInputType
GraphQLSchemaVisitorAdapter.AppliedDirectiveArgumentEnv. getUnwrappedType()
GraphQLNamedInputType
GraphQLSchemaVisitorAdapter.ArgumentEnv. getUnwrappedType()
GraphQLNamedInputType
GraphQLSchemaVisitorAdapter.InputObjectFieldEnv. getUnwrappedType()
-