New Field not appearing in GraphQL

Hi,

I created a new field currentCategory but it’s not appearing in graphQL in gatsby. Is there a limit in the number of fields I can add?

image

I hope you can help me with this.

Thanks,

Chester

Is this only in Gatsby? if so, there might be some caching on Gatsby’s side, try stopping the development server, and running

gatsby clean

then start the dev server again.

PS: Builder comes with a graphql explorer you can use to test queries agains your current space.

Thank you so much Aziz! This works for me.