OBJECT
Query
link GraphQL Schema definition
- type Query {
- : [UserUnion!]
- # Arguments
- # key: [Not documented]
- (: String!): UserType
- : [BuyerType!]
- # Arguments
- # key: [Not documented]
- (: String!): BuyerType
- : [ProducerType!]
- # Arguments
- # key: [Not documented]
- (: String!): ProducerType
- # Arguments
- # query: [Not documented]
- # categories: [Not documented]
- # priceMin: [Not documented]
- # priceMax: [Not documented]
- # sort: [Not documented]
- (
- : String,
- : [String!],
- : Float,
- : Float,
- : Sort
- ): [ProductType!]
- # Arguments
- # key: [Not documented]
- (: String!): ProductType
- : [CategoryType!]
- # Arguments
- # key: [Not documented]
- (: String!): CategoryType
- : [ReviewType!]
- # Arguments
- # key: [Not documented]
- (: String!): ReviewType
- : [SortType!]!
- }
link Require by
This element is not required by anyone