Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
/ soap-graphql Public archive

Node server exposing GraphQL interface to SOAP backend

Notifications You must be signed in to change notification settings

hlouw/soap-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOAP GraphQL

A simple Node server that exposes a GraphQL interface to a SOAP backend.

Getting started

Instructions are given for yarn, but npm should work just as well.

Install:

yarn install

Run in dev (watch) mode:

yarn start

Access GraphiQL UI on: http://localhost:3000/graphiql

Other commands

Create a built version of server:

yarn build

Run built version of server:

yarn serve

About

Node server exposing GraphQL interface to SOAP backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published