OBJECT
Query
link GraphQL Schema definition
- type Query {
- # Arguments
- # first: Limits number of fetched elements.
- # page: The offset from which elements are returned.
- (: Int, : Int): ProductPaginator
- # Arguments
- # id: [Not documented]
- (: ID!): Product
- # Arguments
- # first: Limits number of fetched elements.
- # page: The offset from which elements are returned.
- (: Int, : Int): VariantPaginator
- # Arguments
- # id: [Not documented]
- (: ID!): Variant
- # Arguments
- # first: Limits number of fetched elements.
- # page: The offset from which elements are returned.
- (: Int, : Int): CustomerPaginator
- # Arguments
- # id: [Not documented]
- (: ID!): Customer
- # Arguments
- # first: Limits number of fetched elements.
- # page: The offset from which elements are returned.
- (: Int, : Int): WaitlistItemPaginator
- # Arguments
- # first: Limits number of fetched elements.
- # page: The offset from which elements are returned.
- (: Int, : Int): CollectionPaginator
- # Arguments
- # id: [Not documented]
- (: ID!): Collection
- }
link Require by
This element is not required by anyone