CreateRoomTypePhotoInput
Defines the input details for new room type photo.
input CreateRoomTypePhotoInput {
  temporaryFileId: ID!
}
Fields
CreateRoomTypePhotoInput.temporaryFileId ● ID! non-null scalar
The identifier of the temporary file to associate to the room type's photo.
Valid file formats: JPEG, JPG, PNG, BMP.
Temporary files are uploaded separately. See the uploading files guide for more information.
Member Of
CreateRoomTypeInput  input