Queries
marketplaceCategories
Get alphabetically sorted list of Marketplace categories.
Аргументы для marketplaceCategories
| Имя. | Description |
|---|---|
| Exclude categories with no listings. |
| Returns top level categories only, excluding any subcategories. |
| Return only the specified categories. |
marketplaceCategory
Look up a Marketplace category by its slug.
Тип: MarketplaceCategory
Аргументы для marketplaceCategory
| Имя. | Description |
|---|---|
| The URL slug of the category. |
| Also check topic aliases for the category slug. |
marketplaceListing
Look up a single Marketplace listing.
Тип: MarketplaceListing
Аргументы для marketplaceListing
| Имя. | Description |
|---|---|
| Select the listing that matches this slug. It's the short name of the listing used in its URL. |
marketplaceListings
Look up Marketplace listings.
Тип: MarketplaceListingConnection!
Аргументы для marketplaceListings
| Имя. | Description |
|---|---|
| Select listings that can be administered by the specified user. |
| Returns the elements in the list that come after the specified cursor. |
| Select listings visible to the viewer even if they are not approved. If omitted or false, only approved listings will be returned. |
| Returns the elements in the list that come before the specified cursor. |
| Select only listings with the given category. |
| Returns the first n elements from the list. |
| Returns the last n elements from the list. |
| Select listings for products owned by the specified organization. |
| Select only listings where the primary category matches the given category slug. The default value is |
| Select the listings with these slugs, if they are visible to the viewer. |
| Also check topic aliases for the category slug. |