inviteMember
To invite a person to the organization, provide their email address.
Error
This mutation will produce an error if it is unable to connect to the database or if there is no associated user set in the X-USER-ID header.
inviteMember(
input: InviteMemberInput!
): Invite!
Arguments
inviteMember.input
● InviteMemberInput!
non-null input
Type
Invite
object
An invitation sent to join a Holaplex organization.