Schema Documentation

deletePostFormat

Description

The payload for the deletePostFormat mutation

Response

Returns a DeletePostFormatPayload

Arguments
NameDescription
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}}}