Schema Documentation
updatePostFormat
Description
The updatePostFormat mutation
Response
Returns an UpdatePostFormatPayload
Arguments
Name | Description |
---|---|
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}}}