Grafast GraphQL Execution Engine
Grafast is a next-generation planning and execution engine for GraphQL servers from the Graphile team, designed as a replacement for the graphql-js execution layer. Rather than resolving fields individually, Grafast uses a planning phase to build a dependency graph of "steps" that can be executed optimally — eliminating N+1 queries and enabling efficient batching across the entire operation.
Overview
Grafast GraphQL Execution Engine is a GraphQL API specification published by Grafast on the APIs.io network.
Grafast is a next-generation planning and execution engine for GraphQL servers from the Graphile team, designed as a replacement for the graphql-js execution layer. Rather than resolving fields individually, Grafast uses a planning phase to build a dependency graph of “steps” that can be executed optimally — eliminating N+1 queries and enabling efficient batching across the entire operation.
The GraphQL endpoint is available at Self-hosted;. documentation is published at https://grafast.org.
The specification includes 3 reference links.
Tagged areas include PostgreSQL, Query Planning, Execution Engine, Node.js, and Open Source.
Endpoint
References
- Documentation https://grafast.org
- GettingStarted https://postgraphile.org/postgraphile/next/migrating-from-v4
- GitHub https://github.com/graphile/crystal