GraphQL Error: Unknown argument 'formatString'
See original GitHub issueHi, this starter looks really nice! Unfortunately I’m running into this error when I try to get it running. I’ve tried:
gatsby new gatsby-starter-hello-friend https://github.com/panr/gatsby-starter-hello-friend
cd gatsby-starter-hello-friend
npm run dev
but I get the following GraphQL error from src/templates/tags.js
:
Unknown argument ‘formatString’
Screenshot
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:16 (7 by maintainers)
Top Results From Across the Web
Unknown argument "formatString" on field "date" of type ...
There was an error in your GraphQL query: Unknown argument "formatString" on field "date" of type "MarkdownRemarkFrontmatter". GraphQL ...
Read more >getting graphQL error when compiling - Stack Overflow
GraphQL Error There was an error while compiling your site's GraphQL queries. Invariant Violation: GraphQLParser: Unknown argument `formatString ...
Read more >Customizing the GraphQL Schema - Gatsby
Gatsby is able to automatically infer a GraphQL Schema from your data, ... The types argument takes an array of strings and determines...
Read more >Unknown argument where on field search of type Query
I am trying to execute one search query from graph ql ui but I am getting the following error.
Read more >Schema Directives – GraphQL Tools
Using and implementing custom directives to transform schema types, fields, and arguments.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It worked thank you!!!
Sooner that I thought — PR fixing those errors has been merged. I hope it fixes the problem 😬
Let me know!