Closed theleewise closed 6 months ago
@theleewise this is working as expected.
Users in WordPress are not public unless they have authored something that is public.
You can read more about this here:
If you want to expose users as public entities we have some examples of how to do this:
Thank you so much @jasonbahl! (sorry I didn't search thoroughly enough to find these myself)
I noticed that whenever I selected some users, the data would show in the graphql query but whenever other users were selected then it wouldn't show the data. After check all different settings, roles, etc. between the users it appears the only difference is users that have authored posts.
I took a user that didn't have any authored posts and was not showing in my graphql query and change 1 article to be authored by them and then the query started working.
ACF Setup
articles
to display on all post typePost
.reviewed
reviewer