Preview

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

psaSyncedSubscriptions

Get all subscriptions

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    Arguments

    mor PsaMorInput! PREVIEW
    first Int

    Number of elements to return (page size) in forward direction. Default is 10

    after String

    Returns elements after specified cursor

    last Int

    Number of elements to return (page size) in backward direction. Default is 10

    before String

    Returns elements before specified cursor

    filter PsaSyncedSubscriptionsFilter PREVIEW

    Criteria to filter synced subscriptions

    orderBy PsaSyncedSubscriptionsOrderBy PREVIEW

    Criteria to sort synced subscriptions

    Return Fields

    PsaSyncedSubscriptionsConnection! PREVIEW

    A connection type used to page through a list of synced subscriptions"

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.