gatsby-plugin-graphql-loader

JSON →
library 1.0.2 ·javascript deprecated
verified Jun 7, 2026

A Gatsby plugin (v1.0.2, last release) that enables loading .graphql and .gql files directly in your Gatsby project by leveraging apollographql/graphql-tag/loader. It processes queries at build time, reducing runtime overhead, and integrates seamlessly with Gatsby's webpack configuration. Main differentiator: no runtime parsing needed, unlike alternatives that use gql tag in source code.