extendFreeTrial
Extend free trial period of subscriptions for an active free trial to a new free trial end date
This page contains
Arguments
| input ExtendFreeTrialInput! PREVIEW |
ExtendFreeTrialInput fields
| subscriptionId ID! | ID of the subscription to extend free trial |
| freeTrialExtensionReason String! | Message indicating the reason for the extension |
| freeTrialEndDate Date! | The new free trial end date (must be greater than today's date) |
Return Fields
| subscription SubscriptionDefinition! PREVIEW | Subscription that was requested to have free trial extended |
| userErrors [ExtendFreeTrialError!] PREVIEW | List of errors that may have occurred |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.