Schema Documentation
DeleteCommentInput
Description
Input for the deleteComment 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. |
forceDelete -
Boolean | Whether the comment should be force deleted instead of being moved to the trash |
id -
ID! | The deleted comment ID |
Example
{"clientMutationId":"abc123","forceDelete":true,"id":"4"}