ParticipantGroupMembershipCreateInput
Fields
| Field | Type | Description |
|---|---|---|
attachedAddressIndex | Int | Index into the addresses array of the creating entity (0-based) |
attachedEmailIndex | Int | Index into the emails array of the creating entity (0-based). Use for a single email. |
attachedExternalRecordIndices | [Int!] | Indices into the externalRecords array of the creating entity (0-based) |
category | ParticipantCategory! | |
fromDate | DateTime | When does the relationship start. Default to now |
name | String | Unique per participant group. Optional; empty/whitespace is stored as null. |
participantGroupId | UUID! | The existing participant group to join |
thruDate | DateTime |