graphql-proxy-server
Add proxy abilities to GraphQL servers.
Install
$ yarn add @pi-cubed/graphql-proxy-server
Usage
import ProxyServer from '@pi-cubed/graphql-proxy-server';
const port = process.env.PORT || 5000;
new ProxyServer().start({ port }, () =>
console.log(`Proxy server started at ${port}.`)
);
API
Maintainers
License
MIT © Pi Cubed


