sofa

sofa

  • Documentation
  • Github

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.
Getting started
Easy to use
Setup Sofa within a single line of code and start using REST API right away.
Installation
Let's work together
We want to hear from you, our community of fellow engineers, come to be collaborators.
Github
import sofa from 'sofa-api';
import express from 'express';
const app = express();
app.use(sofa({ schema }));
// GET /users
// GET /messages
sofa
Twitter·Medium·Github
Copyright © 2022 The Guild