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

2 Answers 2

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

Sign up to request clarification or add additional context in comments.

2 Comments

Oh my dear. Thanks a lot. In webdevelopment it is always the cache^^
Wow. Cache indeed. Opening in incognito window fixed it for me.
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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.