GraphQL Find by ID Not Working Correctly

System Information
  • Strapi Version: v3.6.2
  • Operating System: Windows 10
  • Database: MongoDB Compass
  • Node Version: v12.21.0
  • NPM Version: 7.15.0
  • Yarn Version: 1.22.10

I installed a template called gatsby-strapi-blog and I’m using graphql to query articles by id. No matter what id I supply in the query I only get the first article returned (screenshot below). I queried all the articles and I can change the I id sent in the query, but I only get the one record.

1 Like