Per the docs, Authors are Users who have written a post. I want to handle the use case of listing all users (even if they haven’t written a post). At the moment, you can only query Authors. Can this be added to the Gatsby plugin?
Hey @cacabo
This isn’t possible since the content API is only able to fetch authors. Another way to think about it is the content API only has the concept of authors while the admin API only has the concept of users (authors being a subset of users).
1 Like
Makes sense, thanks for looking into this and for the quick reply!