Closed eugelogic closed 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}
where: {hasPublishedPosts: POST}
This has been duplicated on https://github.com/eugelogic/gatsby-press/issues/18
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}