Skip to main content

PauseSubscriptionInput

Input for pauseSubscription.

input PauseSubscriptionInput {
pauseIntervalCount: Int!
pauseAtPeriodEnd: Boolean
id: ID!
}

Fields

PauseSubscriptionInput.pauseIntervalCount ● Int! non-null scalar

Number of intervals when subscription will be paused before it activates again.

PauseSubscriptionInput.pauseAtPeriodEnd ● Boolean scalar

If true, the subscription will be paused at the end of the current period.

PauseSubscriptionInput.id ● ID! non-null scalar

Unique identifier for the subscription to pause.

Member Of

pauseSubscription mutation