Skip to main content

marketplaceSubscriptions

List of marketplace subscriptions.

marketplaceSubscriptions(
filter: MarketplaceSubscriptionFilterInput
sortBy: MarketplaceSubscriptionSortingInput
before: String
after: String
first: Int
last: Int
): MarketplaceSubscriptionCountableConnection

Arguments

marketplaceSubscriptions.filter ● MarketplaceSubscriptionFilterInput input

Filtering options for marketplace subscriptions.

marketplaceSubscriptions.sortBy ● MarketplaceSubscriptionSortingInput input

Sort marketplace subscription.

marketplaceSubscriptions.before ● String scalar

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

marketplaceSubscriptions.after ● String scalar

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

marketplaceSubscriptions.first ● Int scalar

Return the first n elements from the list.

marketplaceSubscriptions.last ● Int scalar

Return the last n elements from the list.

Type

MarketplaceSubscriptionCountableConnection object

Was this page helpful?