Schema Documentation

updatePostFormat

Description

The payload for the UpdatePostFormat mutation

Response

Returns an UpdatePostFormatPayload

Arguments
NameDescription
input - UpdatePostFormatInput! Input for the UpdatePostFormat mutation

Example

Query
mutation updatePostFormat($input: UpdatePostFormatInput!){
  updatePostFormat(input: $input){
    clientMutationIdpostFormat {
      ...PostFormatFragment
    }
  }
}
Variables
{"input":UpdatePostFormatInput}
Response
{"data":{"updatePostFormat":{"clientMutationId":"xyz789","postFormat":PostFormat}}}