GraphQL2REST

JSON →
library 1.0.1 ·javascript
verified Jun 7, 2026

Automatically generate a RESTful API from your existing GraphQL API. This Node.js library reads your GraphQL schema and a user-provided manifest file to generate an Express router with fully RESTful HTTP routes. v1.0.1 is the current stable version, released under MIT license by Sisense. Key differentiators: supports any GraphQL server execution function, customizable endpoints mapping, and allows you to have both GraphQL and REST APIs from a single schema with full control over REST configuration.