Schema Documentation
DeleteUserInput
Description
Input for the deleteUser mutation.
Fields
Input Field | Description |
---|---|
clientMutationId - String | This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions. |
id - ID! | The ID of the user you want to delete |
reassignId - ID | Reassign posts and links to new User ID. |
Example
{"clientMutationId":"xyz789","id":"4","reassignId":"4"}