Contract
Implements
Fields
id (
ID!
)
building (
Building
)
Building associated with the contract
contactInfo (
String
)
contactName (
String
)
contractEvents (
[ContractEvent]
)
Events associated with the contract
cost (
Float
)
Annual cost
costPerSqft (
Float
)
Cost per sqft
createdAt (
String!
)
effectiveAlert (
Boolean!
)
effectiveDate (
String
)
employees (
[Employee]
)
Employees who should receive lease email notifications
endAlert (
Boolean!
)
endDate (
String!
)
file (
ContractAsset
)
Specific file associated with the contract
Argument | Type | Description |
---|---|---|
fileId |
ID
|
files (
[ContractAsset]
)
floor (
Floor
)
Floor the contract belongs to
metadata (
String
)
monthlyCost (
Float
)
Monthly cost
name (
String
)
notes (
String
)
noticeAlert (
Boolean!
)
noticeDate (
String
)
notifications (
[Notification]
)
owner (
String
)
reminderAlert (
Boolean!
)
reminderDate (
String
)
startDate (
String!
)
title (
String
)
totalCost (
Float
)
Total cost
type (
ContractType
)
updatedAt (
String!
)
uuid (
String!
)