Reputation: 1298
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:
When i do a query, the query works. But the underline is red and i have no chance to see which types are available:
Upvotes: 5
Views: 3270
Reputation: 890
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
Upvotes: 2
Reputation: 1497
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
Upvotes: 4