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
OBJECT
LocationType
link
GraphQL Schema definition
type
LocationType
{
latitude
:
Float
!
longitude
:
Float
!
}
link
Require by
ProducerType
null
ProductType
null