ENUM

RoomSessionOrderByInput

link GraphQL Schema definition

  • enum RoomSessionOrderByInput {
  • id_ASC
  • id_DESC
  • createdAt_ASC
  • createdAt_DESC
  • updatedAt_ASC
  • updatedAt_DESC
  • startedAt_ASC
  • startedAt_DESC
  • endedAt_ASC
  • endedAt_DESC
  • bandwidthType_ASC
  • bandwidthType_DESC
  • }