EndOtherOccupancyInput
Input for endOtherOccupancy mutation.
input EndOtherOccupancyInput {
endsAt: Date!
id: OccupancyID!
}
Fields
EndOtherOccupancyInput.endsAt ● Date! non-null scalar
The end date of this occupancy.
EndOtherOccupancyInput.id ● OccupancyID! non-null scalar
Unique identifier of the occupancy to be ended.
Member Of
endOtherOccupancy mutation