Get data from SQL Server into a GraphQL API
Create the simplest example possible to show how to expose SQL Server data in a GraphQL API
The repo will include:
- Scripts to create a database with a few tables
- Sequelize: http://docs.sequelizejs.com/
- Dataloader to streamline communication with the database: https://github.com/graphql/dataloader
- GraphQL: https://graphql.org/
- Graphiql: https://github.com/graphql/graphiql