close
GraphQL Schema
Schema
Query
Mutation
Scalars
Boolean
Float
Int
String
Enums
Sort
__DirectiveLocation
__TypeKind
Unions
UserUnion
Objects
BuyerType
CartProductType
CartType
CategoryType
ImageType
LocationType
OrderType
ProducerType
ProductType
ReviewType
SortType
UserType
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type
Input Objects
AddBuyerInput
AddCategoryInput
AddOrderInput
AddProducerInput
AddProductInput
AddReviewInput
CartProductInput
ImageInput
LocationInput
UpdateBuyerInput
UpdateCategoryInput
UpdateProducerInput
UpdateProductInput
UpdateReviewInput
Directives
deprecated
include
skip
specifiedBy
menu
Types
INPUT_OBJECT
UpdateCategoryInput
link
GraphQL Schema definition
input
UpdateCategoryInput
{
_key
:
String
!
name
:
String
!
}
link
Require by
AddBuyerInput
null
AddProductInput
null
Mutation
null
UpdateBuyerInput
null
UpdateProductInput
null