OBJECT
An absolute monthly recurrence pattern (e.g. 21st of every 3 months).
type AbsoluteMonthlyRecurrencePattern {# The interval at which the recurrence applies.interval: Int! # Which day of the month the event occurs.dayOfMonth: Int! }