restaf-graphql-server
The restaf-graphql-server is designed to work with SAS Vya. It uses three key open source projects"
The primary purposes of this respository are:
-
Hooks in Viya 3.4 authentication - uses authorization_code
-
Serve up user apps and/or graphql playground- convenient for deploying self-contained app
-
Setup restaf store for each user
See CHANGELOG.md for current and future features.
Disclaimer
In this project I have chosen to use Apollo Server and hapijs - mainly due to my familiarity with these open source software libraries.
Installing the server as a dependency
npm install restaf-graphql-server
Please see restaf-graphql-demo for details on how to use this server.