OBJECT
type ShiftDetail {date: String endDate: String endTime: String! # External id for this shiftexternalId: String # Id for this shiftid: Int # Name of this shiftname: String # Notes for this shiftnotes: String repeatDayOfMonth: Int repeatDaysOfWeek: String repeatEvery: Int repeatInterval: RepeatInterval repeatNthWeek: Int rsvpDetail: RSVPDetail startTime: String! # Number of volunteers needed for this shiftvolNeeded: Int! }