eugelogic / gatsby-press

Gatsby with Headless WordPress
https://www.gatsbypress.co.uk/
MIT License
1 stars 0 forks source link

Replace `users` with `authors` #6

Closed eugelogic closed 4 years ago

eugelogic commented 4 years ago

In the "createUsers.js" and where necessary This is because when you query all the posts, you can filter only by author and not by user Make sure to use where: {hasPublishedPosts: POST}

eugelogic commented 4 years ago

This has been duplicated on https://github.com/eugelogic/gatsby-press/issues/18