InviteOrgMemberInput
No description
input InviteOrgMemberInput {
orgId: BigInt!
userId: BigInt!
}
Fields
InviteOrgMemberInput.orgId ● BigInt! non-null scalar
Organization to add the user to (BigInt as string).
InviteOrgMemberInput.userId ● BigInt! non-null scalar
user_id of the user to add (BigInt as string).
Member Of
inviteOrgMember mutation