INPUT_OBJECT

RoomInput

Payload for a Room

link GraphQL Schema definition

  • input RoomInput {
  • # If true, the room will be deleted
  • _destroy: Boolean
  • # The ID of the room
  • id: ID
  • # If true, only one user can be in the room at a time
  • limit_to_one: Boolean
  • # The graphql_name of the room
  • name: String
  • }