MutationUpdatePostInput
Input for updating a post.
input MutationUpdatePostInput {
attachments: [FileMetadataInput!]
caption: String
id: ID!
isPinned: Boolean
}
Fields
MutationUpdatePostInput.attachments ● [FileMetadataInput!] list input
Metadata for files already uploaded via presigned URL
MutationUpdatePostInput.caption ● String scalar
Caption about the post.
MutationUpdatePostInput.id ● ID! non-null scalar
Global identifier of the post.
MutationUpdatePostInput.isPinned ● Boolean scalar
Boolean to tell if the post is pinned
Member Of
updatePost mutation