GraphQL INPUT_OBJECT
UpdateSubscriptionIntervalInput
Input for the updated subscription interval.
link Definition
- input UpdateSubscriptionIntervalInput {
- # Number of days or months.
- Int :
- # Time unit of the interval.
- IntervalPeriodTypeEnum :
- }