OtherOccupancy
Other occupancies than rent contracts, e.g. construction work.
type OtherOccupancy implements Occupancy {
endsAt: Date
id: OccupancyID!
reason: String!
startsAt: Date!
type: OccupancyType!
}
Fields
OtherOccupancy.endsAt ● Date scalar
The end date of this occupancy.
OtherOccupancy.id ● OccupancyID! non-null scalar
Unique identifier of this occupancy.
OtherOccupancy.reason ● String! non-null scalar
The reason for this occupancy.
OtherOccupancy.startsAt ● Date! non-null scalar
The start date of this occupancy.
OtherOccupancy.type ● OccupancyType! non-null enum
type of this occupancy. This is always OTHER.
Interfaces
Occupancy interface
An occupancy of an apartment. Can be a rent contract or other occupancy.
Returned By
addOtherOccupancy mutation ● endOtherOccupancy mutation