DeactivatePartyFromAwardInput
Input to end-date (deactivate) NOMINATED_FOR and/or WON relationships between a Party and an Award by composite key (name, category, year). Does not modify any Award node.
Fields
| Field | Type | Description |
|---|---|---|
category | AwardCategory! | Award category |
name | AwardName! | Award name |
partyId | UUID! | The Party ID |
selector | AwardConnectionSelector | Which relationship type to end-date. Omit to end-date both. |
termReason | String | The reason for terminating the relationship(s). |
thruDate | DateTime | The date when the relationship(s) should be end-dated. Defaults to the request/root query date. |
year | Int! | Award year |