GraphQL SchemaMutation
namespacesMembersBulkInvite
Invite multiple new members to a namespace.
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
namespaceId | NamespaceID! | The id of the namespace which these members will belong to |
userIds | [UserID!]! | The ids of the users to invite |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
namespaceMembers | [NamespaceMember!] | The newly created namespace members |