OBJECT
A Release Calendar Item
type ReleaseCalendarItem {# This is true since we do not support time for releaseall_day: Boolean! # End time of the eventend_time: DateTime id: ID! # Release objectrelease: Release! # Start time of the eventstart_time: DateTime # Status of the Releasestatus: ReleaseCalendarStatus! # Title of the releasetitle: String! }