Skip to main content

createDraftPost

Description

Create a draft post. This will also allow scheduling by filling in the scheduledFor field in the input.


Response

Returns a Post


Arguments

NameDescription
input - CreateDraftPostInput!
spaceId - ID!

createDraftPost(
input: CreateDraftPostInput!
spaceId: ID!
): Post!