prismicio / gatsby-source-graphql-universal

Plugin for connecting arbitrary GraphQL APIs to Gatsby GraphQL with client side execution
2 stars 6 forks source link

normalize the query text before the query murmurhash is created. The … #2

Closed gforro closed 4 years ago

gforro commented 4 years ago

Query text normalization has been introduced to GatsbyJS 24 days ago also (see this gatsby commit). Without the normalization the query ID is different and therefore the static queries do not work.

This change fixes the following reported issue in gatsby-source-prismic-graphql: birkir/gatsby-source-prismic-graphql#232