OBJECT

Ownership

Ownership record

link GraphQL Schema definition

  • type Ownership {
  • # Addres of the ownership
  • address: Address
  • # Ownership beginning at
  • beginningAt: ISO8601DateTime
  • # Ownership ceased at
  • ceasedAt: ISO8601DateTime
  • # Contact of the ownership
  • contact: Contact
  • # ID of ownership
  • id: ID!
  • # Is the ownership ceased?
  • isCeased: Boolean!
  • # Is the ownership deleted?
  • isDeleted: Boolean!
  • # the ownershipType of the ownership
  • ownershipType: OwnershipTypeEnum
  • }