acceptInvite
Accept an invite to the organization.
Error
This mutation will produce an error if it is unable to connect to the database or if the user's email does not match the invitation.
acceptInvite(
input: AcceptInviteInput!
): AcceptInvitePayload!
Arguments
acceptInvite.input
● AcceptInviteInput!
non-null input
Type
AcceptInvitePayload
object
The response returned after accepting an invitation to the organization.