OBJECT

Document

Document Type

link GraphQL Schema definition

  • type Document {
  • # When the document was created
  • createdAt: ISO8601DateTime!
  • # file name of the document
  • filename: String
  • # ID of the Document
  • id: ID!
  • # position of the Document
  • position: Int
  • # share with buyers or potential tenants of the Document
  • shareWithBuyersOrPotentialTenants: Boolean
  • # share with owners of the Document
  • shareWithOwners: Boolean
  • # statement of information of the Document
  • statementOfInformation: Boolean
  • # When the document was last updated
  • updatedAt: ISO8601DateTime!
  • # url of the Document
  • url: String
  • }