Room
No description
type Room {
code: String!
description: String
displayOrder: Int!
id: UUID!
parentRoomId: UUID
}
Fields
Room.code
● String!
non-null scalar
Room.description
● String
scalar
Room.displayOrder
● Int!
non-null scalar
Room.id
● UUID!
non-null scalar
Room.parentRoomId
● UUID
scalar
Returned By
createRooms
mutation
Member Of
PaginatedRoomPayload
object