broccoli-graphql-filter

JSON →
library 1.0.1 ·javascript
verified Jun 7, 2026

Broccoli filter plugin (v1.0.1) that converts .graphql files into ES6 modules exporting an AST representation of the query, supporting fragment imports via graphql-import syntax. Can parse at build time (JSON AST) or runtime (graphql-tag template literals). Requires Node >=10 and peer dependency graphql ^14|^15|^16. Differentiates from other GraphQL preprocessing tools by integrating directly with the Broccoli build pipeline, enabling efficient asset compilation in Ember apps or other Broccoli-based projects.