The Firmhouse Logo [FH]
Developer Docs

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
input (ResumeSubscriptionInput!)
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)