marketplaceSubscriptions
List marketplace subscriptions. Requires MANAGE_MARKETPLACE permission.
marketplaceSubscriptions(
filter: MarketplaceSubscriptionFilterInput
sortBy: MarketplaceSubscriptionSortingInput
before: String
after: String
first: Int
last: Int
): MarketplaceSubscriptionCountableConnection!
Arguments
marketplaceSubscriptions.filter ● MarketplaceSubscriptionFilterInput input
marketplaceSubscriptions.sortBy ● MarketplaceSubscriptionSortingInput input
marketplaceSubscriptions.before ● String scalar
Returns the items in the list that come before the specified cursor.
marketplaceSubscriptions.after ● String scalar
Returns the items in the list that come after the specified cursor.
marketplaceSubscriptions.first ● Int scalar
Returns the first n items from the list.
marketplaceSubscriptions.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
MarketplaceSubscriptionCountableConnection object
A connection to a list of items.