Uses of Interface
graphql.schema.GraphQLNamedInputType
Packages that use GraphQLNamedInputType
-
Uses of GraphQLNamedInputType in graphql.schema
Classes in graphql.schema that implement GraphQLNamedInputTypeModifier 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.classA scalar type is a leaf node in the graphql tree of types.classA 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) voidSchemaGeneratorHelper.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()