createMember
Mutation

[Root only] Create a member entry directly. For non-root users, use inviteMember

Arguments

#

account

Non-null

memberAccount will become a member of this account

description

memberAccount

Non-null

Reference to an account for the member

role

Non-null

Role of the member

since

Response

#

Returns Member !.

Example

#

3