Skip to main content

resendInvitation

Resend an invitation to an organization

resendInvitation(
input: ResendInvitationInput
): ResendInvitationPayload!

Example

mutation ($input: ResendInvitationInput) {
resendInvitation(input: $input) {
invitation {
acceptedAt
createdAt
emailAddress
expiresAt
id
isCancelable
isResendable
status
}
}
}

Arguments

resendInvitation.input ● ResendInvitationInput input common

The invitation to resend.

Type

ResendInvitationPayload object common

The result of resending an invitation.