productEditionAssociations
List all associations for a marketplace
This page contains
Arguments
tenant String | The tenant for the marketplace |
first Int | The number of items to return after the given after cursor. Defaults to 10 if both first and last are not specified. |
after String | Cursor from connection. Defaults to beginning of list if not specified in combination with first. |
last Int | The number of items to return before the given before cursor |
before String | Cursor from connection. Defaults to end of list if not specified in combination with last. |
Return Fields
ProductEditionAssociationConnection! PREVIEW | Paginated result of associations |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.