ConnectPartyToContentInput
Input to connect a Party to Content as a contributor with CONTRIBUTED_TO relationship.
Fields
| Field | Type | Description |
|---|---|---|
character | String | The character name if applicable (e.g., for actors) |
contentId | UUID! | The ID of the content. |
fromDate | DateTime | When does the relationship start. Default to now |
partyId | UUID! | The ID of the party (contributor). |
role | String! | The role of the contributor (e.g., ACTOR, DIRECTOR, WRITER) |
thruDate | DateTime |