UpdateRoomPayload
Autogenerated return type of UpdateRoom.
type UpdateRoomPayload {
  clientMutationId: String
  room: Room!
}
Fields
UpdateRoomPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateRoomPayload.room ● Room! non-null object
Returned By
updateRoom  mutation