Magidoc

marketplaceListings
Query

Look up Marketplace listings

Arguments

#

adminId

Select listings that can be administered by the specified user.

after

Returns the elements in the list that come after the specified cursor.

allStates

Select listings visible to the viewer even if they are not approved. If omitted or false, only approved listings will be returned.

before

Returns the elements in the list that come before the specified cursor.

categorySlug

Select only listings with the given category.

first

Returns the first n elements from the list.

last

Returns the last n elements from the list.

organizationId

Select listings for products owned by the specified organization.

primaryCategoryOnly

Select only listings where the primary category matches the given category slug.

slugs

Select the listings with these slugs, if they are visible to the viewer.

useTopicAliases

Also check topic aliases for the category slug

viewerCanAdmin

Select listings to which user has admin access. If omitted, listings visible to the viewer are returned.

withFreeTrialsOnly

Select only listings that offer a free trial.

Response

#

Returns MarketplaceListingConnection !.

Example

#

    
  

3

    
  

3

    
  

3