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
Argument | Description |
---|---|
input (ResumeSubscriptionInput!) | Parameters for ResumeSubscription |
ResumeSubscriptionInput Arguments
Argument | Description |
---|---|
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
errors ([ModelValidationError!]!)
subscription (Subscription)
Last updated