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.
Please confirm that you have disabled ALL plugins except for WPGraphQL.
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.
Please confirm that you have disabled ALL plugins except for WPGraphQL.