OBJECT

ReasonToCall

link GraphQL Schema definition

  • type ReasonToCall {
  • contactId: ID
  • # Timestamp when the reason to call was created.
  • createdAt: ISO8601DateTime!
  • # Additional data related to the reason to call.
  • data: JSON
  • # Description of the reason to call.
  • description: String!
  • enquiryId: ID
  • id: ID!
  • inspectionId: ID
  • propertyId: ID
  • reasonType: String!
  • # Indicates if the reason to call has been reviewed.
  • reviewed: Boolean!
  • # Timestamp when the reason to call was last updated.
  • updatedAt: ISO8601DateTime!
  • }