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
Graphql schema documentation
GraphQL API for a online marketplace
link
GraphQL Schema definition
schema
{
query
:
Query
mutation
:
Mutation
}