DevelopmentDeal
A development deal (Overall, First Look, or Second Look) between a Party and one or more Studios.
Implements
Fields
| Field | Type | Description |
|---|---|---|
createdBy | String | |
createdDate | DateTime | |
currencyType | CurrencyType | Currency for dealAmount. |
dealAmount | Float | Monetary amount of the deal. |
dealType | DevelopmentDealType! | Type of development deal. |
endDate | Date | Normalized end date (e.g. first day of the month/quarter). Interpret alongside endDatePrecision. |
endDatePrecision | DatePrecision | Whether endDate represents an exact day, a month, or a quarter. |
id | ID | |
modifiedBy | String | |
modifiedDate | DateTime | |
modifyingUser | SuperParty | The Party who last modified this node, resolved from the modifiedBy email address. Returns null if no matching Party is found (e.g. service accounts or deleted employees). |
notes | String | Free-text notes for the deal. |
startDate | Date | Normalized start date (e.g. first day of the month/quarter). Interpret alongside startDatePrecision. |
startDatePrecision | DatePrecision | Whether startDate represents an exact day, a month, or a quarter. |
studios | [SuperParty!] | The Studio parties this deal is with. |