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! :
- }
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