Skip to main content

draftPosts

Description

No description


Response

Returns a PaginatedPost


Arguments

NameDescription
after - String
before - String
limit - Int!
offset - Int
reverse - Boolean
scheduled - BooleanBy default, both scheduled and non-scheduled posts are returned. If true, will only return the posts that are scheduled for publishing. If false, will return the posts that are not scheduled for publishing.
spaceIds - [ID!]

draftPosts(
after: String
before: String
limit: Int! = 20
offset: Int
reverse: Boolean
scheduled: Boolean
spaceIds: [ID!]
): PaginatedPost!