OBJECT
Document
Document Type
link GraphQL Schema definition
- type Document {
- # When the document was created
- ISO8601DateTime! :
- # file name of the document
- String :
- # ID of the Document
- ID! :
- # position of the Document
- Int :
- # share with buyers or potential tenants of the Document
- Boolean :
- # share with owners of the Document
- Boolean :
- # statement of information of the Document
- Boolean :
- # When the document was last updated
- ISO8601DateTime! :
- # url of the Document
- String :
- }