Types
UpdatePostInput
Autogenerated input type of UpdatePost
input
UpdatePostInputFields
assetIds
[ID!]
Replace the post's attached assets with these IDs. Omit to leave them unchanged.
body
String
Post body / description (style HTML only)
clientMutationId
String
A unique identifier for the client performing the mutation.
expectedLastEditedAt
ISO8601DateTime
The lastEditedAt you loaded before editing, so the server can detect someone else saved a change first. Omit to skip the check.
id
ID!
required
GlobalID of the post
notify
Boolean
default:false
publishedAt
ISO8601DateTime
Reschedule the post. Required when status is SCHEDULED. A past timestamp publishes immediately.
status
Change lifecycle status: POSTED (publish a draft or scheduled post), DRAFT, or SCHEDULED. Omit to leave unchanged.
title
String