5

I'm using gatsbyJS with contentful. When I start to query any contentful content I don´t get the support from graphql. When I start to type "allContentful*" no contentful stuff appears:

No contentful support

When i do a query, the query works. But the underline is red and i have no chance to see which types are available:

enter image description here

rubeonline
  • 1,230
  • 10
  • 18

2 Answers2

4

This can be related to GraphiQL cache. Try to clear the cache or open the URL in incognito mode and see if the problem persists

Khaled Garbaya
  • 1,479
  • 16
  • 20
2

GraphQL Gatsby Cache

Just to be 100% clear, for anyone else who gets this issue...

This is the cache which I needed to clear / delete.

Once removed, the new GraphiQL interface / types loaded

Andrew Birks
  • 792
  • 9
  • 26