Skip to content

Not getting schedule (future) posts #3248

Description

@elnazmahzoon

Description

Although I have so many scheduled posts, I can not get them with this query
query GetFuturePosts {
posts(first: 500, where: {status: FUTURE}) {
nodes {
status
}
}
}
and keep getting [] as a result.
I already updated to the latest version and checked the graphql setting and permissions.

Steps to reproduce

query GetFuturePosts {
posts(first: 500, where: {status: FUTURE}) {
nodes {
status
}
}
}

Additional context

No response

WPGraphQL Version

Version 1.29.2

WordPress Version

6.3.1

PHP Version

8.1.29

Additional environment details

No response

Please confirm that you have searched existing issues in the repo.

  • Yes

Please confirm that you have disabled ALL plugins except for WPGraphQL.

  • Yes
  • My issue is with compatibility with a specific WordPress plugin, and I have listed all my installed plugins (and version info) above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs: author responseAdditional Pending information from the author has been requested from the authortype: bugIssue that causes incorrect or unexpected behavior

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions