OBJECT

Tenancy

Tenancy record

link GraphQL Schema definition

  • type Tenancy {
  • # Address of the tenancy
  • address: Address
  • # Tenancy beginning at
  • beginningAt: ISO8601DateTime
  • # Tenancy ceased at
  • ceasedAt: ISO8601DateTime
  • # Contact of the tenancy
  • contact: Contact
  • # ID of tenancy
  • id: ID!
  • # Indicates if the tenancy is ceased
  • isCeased: Boolean!
  • # Indicates if the tenancy is deleted
  • isDeleted: Boolean!
  • }