draftPostsCount
Description
No description
Response
Returns a Float
Arguments
Name | Description |
---|---|
scheduled - Boolean | By default, both scheduled and non-scheduled posts are counted. If true, will only return the count of posts that are scheduled for publishing. If false, will return the count of only non-scheduled posts. |
spaceIds - [ID!] |
draftPostsCount(
scheduled: Boolean
spaceIds: [ID!]
): Float!