OBJECT

RentalApplicationComment

Rental application comment

link GraphQL Schema definition

  • type RentalApplicationComment {
  • # comment of the rental application comment
  • comment: String!
  • # contact of the rental application comment
  • contact: Contact
  • # When the rental application comment was created
  • createdAt: ISO8601DateTime!
  • # ID of the rental application comment
  • id: ID!
  • # potential tenancy of the rental application comment
  • potentialTenancy: PotentialTenancy
  • # When the rental application comment was last updated
  • updatedAt: ISO8601DateTime!
  • # user of the rental application comment
  • user: User
  • }