namespaceMembersDelete
Remove a member from a namespace.
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
namespaceMemberId | NamespaceMemberID! | The id of the namespace member to remove |
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 removed namespace member |