ENUM

RoomOrderByInput

link GraphQL Schema definition

  • enum RoomOrderByInput {
  • id_ASC
  • id_DESC
  • createdAt_ASC
  • createdAt_DESC
  • updatedAt_ASC
  • updatedAt_DESC
  • name_ASC
  • name_DESC
  • nameLower_ASC
  • nameLower_DESC
  • description_ASC
  • description_DESC
  • archivedAt_ASC
  • archivedAt_DESC
  • oldId_ASC
  • oldId_DESC
  • exitRoomLink_ASC
  • exitRoomLink_DESC
  • locked_ASC
  • locked_DESC
  • bandwidthType_ASC
  • bandwidthType_DESC
  • sessionMode_ASC
  • sessionMode_DESC
  • }