EditDevelopmentDealInput
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. |
id | UUID! | The UUID for the deal being edited. |
notes | String | Free-text notes for the 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. |
studioIdsToAdd | [UUID!] | Existing Studio Party nodes to associate with this deal via DEAL_WITH. |
studioIdsToRemove | [UUID!] | Studio associations to end-date (deactivate) on this deal. |