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