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
UpdateReviewInput
link
GraphQL Schema definition
input
UpdateReviewInput
{
_key
:
String
!
title
:
String
comment
:
String
rating
:
Float
}
link
Require by
Mutation
null