Queries
marketplaceCategories
Get alphabetically sorted list of Marketplace categories.
Type: [MarketplaceCategory!]!
Arguments for marketplaceCategories
| Name | 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.
Type: MarketplaceCategory
Arguments for marketplaceCategory
| Name | Description |
|---|---|
| The URL slug of the category. |
| Also check topic aliases for the category slug. |
marketplaceListing
Look up a single Marketplace listing.
Type: MarketplaceListing
Arguments for marketplaceListing
| Name | 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.
Type: MarketplaceListingConnection!
Arguments for marketplaceListings
| Name | 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. |
|