OBJECT
A relative yearly recurrence pattern (e.g. First Tuesday of November).
type RelativeYearlyRecurrencePattern {# Which days of the week the event occurs.daysOfWeek: [String!]! # E.g. first, second, third.dayOfWeekIndex: String! # The month to which the recurrence applies.month: String! }