graphql-rest-proxy

v0.7.0
Turn your REST API into GraphQL - A Proxy Server that pipes request from GraphQL to REST with GraphQL DSL, performant nested children, mutations, input types, and more.
cli-app expressjs graphql graphql-server javascript proxy rest rest-api typescript and 1 more...

start

npm run ts-run ./src/index.ts

ts-run

node -r esbuild-register

dev

nodemon

prepublish

npm-run-all clean build

clean

rimraf dist/*

build

tsc -p tsconfig.prod.json

try

npm-run-all --parallel mock try:proxy

try:proxy

yarn ts-run ./src/cli-runner.ts -- -c examples/proxy.config.js examples/schema.graphql

mock

npm run ts-run tests/run-mock-server.ts

test

ava

test:coverage

c8 ava
npm i graphql-rest-proxy

Metadata

  • MIT
  • Whatever
  • gosho-kazuya
  • released 11/24/2022

Downloads

Maintainers