mutation resendUserInvitation($input: ResendUserInvitationInput!) {
resendUserInvitation(input: $input) {
resendUserInvitation {
userId
email
}
errors {
... on AuthenticationError {
advice
code
message
}
... on ForbiddenError {
advice
code
message
}
}
}
}
{
"data": {
"resendUserInvitation": {
"resendUserInvitation": ResendUserInvitation,
"errors": [
AuthenticationError
]
}
}
}
mutation resendUserInvitation($input: ResendUserInvitationInput!) {
resendUserInvitation(input: $input) {
resendUserInvitation {
userId
email
}
errors {
... on AuthenticationError {
advice
code
message
}
... on ForbiddenError {
advice
code
message
}
}
}
}
{
"data": {
"resendUserInvitation": {
"resendUserInvitation": ResendUserInvitation,
"errors": [
AuthenticationError
]
}
}
}