resumeSubscription

Resumes the subscription

If you do not pass a date or time the resumeFrom argument, then the subscription will be immediately resumed. Resuming a subscription will always change its status to activated.

Arguments

ArgumentDescription

Parameters for ResumeSubscription

ResumeSubscriptionInput Arguments

ArgumentDescription

id (ID!)

ID of the subscription to resume.

resumeFrom (ISO8601DateTime)

Time to resume the subscription from. If not given the subscription will be immediately resumed.

Return fields

subscription (Subscription)

Last updated