Skip to main content

acceptInvitation

Accept the current user's invitation to an accord. Marks their accord_member row accepted, seeds the default Member role for a solution-provider seat that lacks one, and — for customer seats — publishes an acceptance notification and credits the original inviter.

acceptInvitation(
accordId: String!
): AcceptInvitationPayload

Arguments

acceptInvitation.accordId ● String! non-null scalar

The accord whose invitation is being accepted.

Type

AcceptInvitationPayload object

Result of accepting an accord invitation.