Skip to main content

AddOtherOccupancyInput

No description

input AddOtherOccupancyInput {
apartment: ApartmentID!
endsAt: Date
reason: String!
startsAt: Date!
}

Fields

AddOtherOccupancyInput.apartment ● ApartmentID! non-null scalar

The unique identifier of the apartment to be rented.

AddOtherOccupancyInput.endsAt ● Date scalar

The end date of this occupancy.

AddOtherOccupancyInput.reason ● String! non-null scalar

The reason for this occupancy.

AddOtherOccupancyInput.startsAt ● Date! non-null scalar

The start date of this occupancy.

Member Of

addOtherOccupancy mutation