Invite a new member 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 this member will belong to |
userId | UserID! | The id of the user 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. |
namespaceMember | NamespaceMember | The newly created namespace member |