OBJECT
Tenancy
Tenancy record
link GraphQL Schema definition
- type Tenancy {
- # Address of the tenancy
- : Address
- # Tenancy beginning at
- : ISO8601DateTime
- # Tenancy ceased at
- : ISO8601DateTime
- # Contact of the tenancy
- : Contact
- # ID of tenancy
- : ID!
- # Indicates if the tenancy is ceased
- : Boolean!
- # Indicates if the tenancy is deleted
- : Boolean!
- }
link Require by
- AddressAddress
- CreateTenancyPayloadAutogenerated return type of CreateTenancy
- DestroyTenancyPayloadAutogenerated return type of DestroyTenancy
- QueryThe query root of this schema
- TenancyConnectionThe connection type for Tenancy.
- TenancyEdgeAn edge in a connection.
- UpdateTenancyPayloadAutogenerated return type of UpdateTenancy