InviteAccountMemberInput
No description
input InviteAccountMemberInput {
email: String!
role: AccountRole!
}
Fields
InviteAccountMemberInput.email ● String! non-null scalar
InviteAccountMemberInput.role ● AccountRole! non-null enum
Member Of
inviteAccountMember mutation