Schema Documentation
deletePostFormat
Description
The deletePostFormat mutation
Response
Returns a DeletePostFormatPayload
Arguments
| Name | Description |
|---|---|
input - DeletePostFormatInput! | Input for the deletePostFormat mutation |
Example
Query
mutation deletePostFormat($input: DeletePostFormatInput!){ deletePostFormat(input: $input){ clientMutationIddeletedIdpostFormat { ...PostFormatFragment } }}Variables
{"input":DeletePostFormatInput}Response
{"data":{"deletePostFormat":{"clientMutationId":"xyz789","deletedId":"4","postFormat":PostFormat}}}