Graphql Attributes not working. Specifically Limit attribute. #39193
Labels
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
type: bug
An issue or pull request relating to a bug in Gatsby
Preliminary Checks
Description
I wanna use limit attribute to fetch some limited items or mdx file data. However when limit attribute is applied, it causes all other routes to be down. sometimes limit is working, and sometimes its not. The syntax is same as shown in documentation but when I add extra space after : (semicolon) it stops working. when I perform redo, it still stops. I think there is a minor bug in gatsby. Also, npm packages are not able to be installed. Everytime a package is to be installed, I have to use --force flag which is not good for my project.
Reproduction Link
https://githubbox.com/gatsbyjs/gatsby-starter-minimal
Steps to Reproduce
1.Make changes in graphql query.
2.adjust spacing for limit attribute.
3.Then you'll get an error.
...
Expected Result
Specified number of results
Actual Result
Error related to cache
Environment
Config Flags
No response
The text was updated successfully, but these errors were encountered: