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
ImageInput
link
GraphQL Schema definition
input
ImageInput
{
dataLocation
:
String
!
}
link
Require by
AddBuyerInput
null
AddProducerInput
null
AddProductInput
null
UpdateBuyerInput
null
UpdateProducerInput
null
UpdateProductInput
null