Preview

productEditionAssociations is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

productEditionAssociations

List all associations for a marketplace

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    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.