OBJECT

ReleaseCalendarItem

A Release Calendar Item

link GraphQL Schema definition

  • type ReleaseCalendarItem {
  • # This is true since we do not support time for release
  • all_day: Boolean!
  • # End time of the event
  • end_time: DateTime
  • id: ID!
  • # Release object
  • release: Release!
  • # Start time of the event
  • start_time: DateTime
  • # Status of the Release
  • status: ReleaseCalendarStatus!
  • # Title of the release
  • title: String!
  • }