Gra*fast*
JSON →An alternative GraphQL execution engine for JavaScript that plans and optimizes queries before execution. Version 1.0.2, actively developed with regular releases on npm. Unlike GraphQL.js's default execute, Gra*fast* analyzes the full request upfront, creates an operation plan (detailing abstract steps), optimizes it (removing duplicates, merging steps), and then executes. This leads to significant performance gains, especially for complex queries. It supports both traditional resolvers and new 'plan resolvers' for deeper integration. Requires Node >=22, GraphQL.js v16+, and @envelop/core v5+. Ships TypeScript types. Backward compatible with most existing GraphQL.js schemas.