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
- }
GraphQL INPUT_OBJECT
Input for the updated subscription interval.
- input UpdateSubscriptionIntervalInput {
- # Number of days or months.
- : Int
- # Time unit of the interval.
- : IntervalPeriodTypeEnum
- }