I am running into an issue where everything works great in development but I get the following error in production:
There was an error in your GraphQL query:
Cannot query field "cmsSeries" on type "Query".
I am not quite sure where this error is coming from since everything works as it should in development and also the build schema has all the correct types.
I am using gatsby@4.4.0 and the gatsby-graphql-source-toolkit@2.0.1.
I am running into an issue where everything works great in development but I get the following error in production:
I am not quite sure where this error is coming from since everything works as it should in development and also the build schema has all the correct types.
I am using gatsby@4.4.0 and the gatsby-graphql-source-toolkit@2.0.1.