draftPosts
Description
No description
Response
Returns a PaginatedPost
Arguments
| Name | Description |
|---|---|
| after - String | |
| before - String | |
| limit - Int! | |
| offset - Int | |
| reverse - Boolean | |
| scheduled - Boolean | By 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!