OBJECT
Query
link GraphQL Schema definition
- type Query {
- # retrieve a JWT for authentication of further requests
- #
- # Arguments
- # username: [Not documented]
- # password: [Not documented]
- (: String, : String): String!
- #
- #
- # Arguments
- # id: [Not documented]
- (: String!): Product!
- #
- #
- # Arguments
- # filter: [Not documented]
- # pagination: [Not documented]
- # sort: [Not documented]
- (
- : ProductFilterList,
- : PaginationFilterInput,
- : ProductSorting
- ): [Product!]!
- #
- #
- # Arguments
- # id: [Not documented]
- (: String!): Vendor!
- #
- #
- # Arguments
- # filter: [Not documented]
- # sort: [Not documented]
- (: VendorFilterList, : VendorSorting): [Vendor!]!
- #
- #
- # Arguments
- # id: [Not documented]
- (: String!): Category!
- #
- #
- # Arguments
- # filter: [Not documented]
- # sort: [Not documented]
- (: CategoryFilterList, : CategorySorting): [Category!]!
- #
- #
- # Arguments
- # id: [Not documented]
- (: String!): Manufacturer!
- #
- #
- # Arguments
- # filter: [Not documented]
- # sort: [Not documented]
- (
- : ManufacturerFilterList,
- : ManufacturerSorting
- ): [Manufacturer!]!
- #
- #
- # Arguments
- # id: [Not documented]
- (: String!): Link!
- #
- #
- # Arguments
- # filter: [Not documented]
- (: LinkFilterList): [Link!]!
- #
- #
- # Arguments
- # id: [Not documented]
- (: String!): Action!
- #
- #
- # Arguments
- # filter: [Not documented]
- (: ActionFilterList): [Action!]!
- #
- #
- # Arguments
- # id: [Not documented]
- (: String!): Banner!
- #
- : [Banner!]!
- #
- #
- # Arguments
- # id: [Not documented]
- (: String!): Promotion!
- #
- : [Promotion!]!
- #
- #
- # Arguments
- # id: [Not documented]
- (: String!): Content!
- #
- #
- # Arguments
- # filter: [Not documented]
- (: ContentFilterList): [Content!]!
- # If `name` is ommited, gives you the currently active currency
- #
- # Arguments
- # name: [Not documented]
- (: String): Currency!
- #
- : [Currency!]!
- #
- #
- # Arguments
- # id: [Not documented]
- (: String!): Attribute!
- #
- #
- # Arguments
- # filter: [Not documented]
- (: AttributeFilterList): [Attribute!]!
- #
- #
- # Arguments
- # id: [Not documented]
- (: String!): Review!
- #
- #
- # Arguments
- # id: [Not documented]
- (: String!): WishedPrice!
- #
- : [WishedPrice!]!
- #
- #
- # Arguments
- # id: [Not documented]
- (: String!): Country!
- #
- #
- # Arguments
- # filter: [Not documented]
- # sort: [Not documented]
- (: CountryFilterList, : CountrySorting): [Country!]!
- #
- #
- # Arguments
- # id: [Not documented]
- (: String!): Basket!
- # Argument `owner` will be matched against lastname and / or email
- #
- # Arguments
- # owner: [Not documented]
- (: String!): [Basket!]!
- }
link Require by
This element is not required by anyone