algolia / gatsby-plugin-algolia

A plugin to push to Algolia based on graphQl queries
https://yarn.pm/gatsby-plugin-algolia
Apache License 2.0
177 stars 45 forks source link

fix: import graphql tag explicitly #129

Closed thecodingwizard closed 3 years ago

thecodingwizard commented 3 years ago

In Gatsby v3 the graphql tag needs to be imported explicitly.

Haroenv commented 3 years ago

Thanks!