ReinviteMembershipInput
InputAutogenerated input type of ReinviteMembership
mutation { organization(id: $organizationId) { reinviteMembership } }
Example
mutation ReinviteMembership(
$organizationId: ID!
$input: ReinviteMembershipInput!
) {
organization(id: $organizationId) {
reinviteMembership(input: $input) {
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| body | String | Custom invitation body for human-authored invitations. Agents must omit this argument to use the approved template. |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| membershipId | ID! | — |
| mutationMetadata | JSON | — |
| subject | String | Custom invitation subject for human-authored invitations. Agents must omit this argument. |