CreateDevelopmentDealInput
Fields
| Field | Type | Description |
|---|---|---|
currencyType | CurrencyType | Currency for dealAmount. |
dealAmount | Float | Monetary amount of the deal. |
dealType | DevelopmentDealType! | Type of development deal. OVERALL_DEAL, FIRST_LOOK_DEAL, or SECOND_LOOK_DEAL. |
endDate | Date | Normalized end date (e.g. first day of the month/quarter). Pair with endDatePrecision. |
endDatePrecision | DatePrecision | Whether endDate represents an exact day, a month, or a quarter. |
notes | String | Free-text notes for the deal. |
partyId | ID! | The Party that owns this deal. |
startDate | Date | Normalized start date (e.g. first day of the month/quarter). Pair with startDatePrecision. |
startDatePrecision | DatePrecision | Whether startDate represents an exact day, a month, or a quarter. |
studioIds | [UUID!] | Existing Studio Party nodes to associate with this deal via DEAL_WITH. |