AcceptInvitePayload
The response returned after accepting an invitation to the organization.
type AcceptInvitePayload {
invite: Invite!
}
Fields
AcceptInvitePayload.invite
● Invite!
non-null object
The invitation to the organization that has been accepted.
Returned by
acceptInvite
mutation