Get Started
Fully RESTful API
Sofa takes your GraphQL Schema, looks for available queries, mutations and subscriptions and turns all of that into REST API.
Let's work together
We want to hear from you, our community of fellow engineers, come to be collaborators.
import sofa from 'sofa-api';
import express from 'express';
const app = express();
app.use(sofa({ schema }));
// GET /users
// GET /messages