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 classGraphQLEnumTypeA graphql enumeration type has a limited set of values.classGraphQLInputObjectTypegraphql 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.classGraphQLScalarTypeA scalar type is a leaf node in the graphql tree of types.classGraphQLTypeReferenceA 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) voidSchemaGeneratorHelper.BuildContext. putInputType(GraphQLNamedInputType inputType) -
Uses of GraphQLNamedInputType in graphql.schema.visitor
Methods in graphql.schema.visitor that return GraphQLNamedInputType Modifier and Type Method Description GraphQLNamedInputTypeGraphQLSchemaVisitor.AppliedDirectiveArgumentVisitorEnvironment. getUnwrappedType()GraphQLNamedInputTypeGraphQLSchemaVisitor.ArgumentVisitorEnvironment. getUnwrappedType()GraphQLNamedInputTypeGraphQLSchemaVisitor.InputObjectFieldVisitorEnvironment. getUnwrappedType()GraphQLNamedInputTypeGraphQLSchemaVisitorAdapter.AppliedDirectiveArgumentEnv. getUnwrappedType()GraphQLNamedInputTypeGraphQLSchemaVisitorAdapter.ArgumentEnv. getUnwrappedType()GraphQLNamedInputTypeGraphQLSchemaVisitorAdapter.InputObjectFieldEnv. getUnwrappedType()
-