diff --git a/gatsby-config.js b/gatsby-config.js index 9bc1e7c..d34b9c0 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -18,7 +18,7 @@ module.exports = { token: process.env.GATSBY_GRAPHQLCMS_TOKEN, // Get all remote data query: `{ - allPosts { + posts { id slug title @@ -28,7 +28,7 @@ module.exports = { handle } } - allAuthors { + authors { id name bibliography