/GraphQL-Server

A GraphQL server built using express-graphql and a json server.

Primary LanguageJavaScript

A GraphQL server created using express-graphql. The database server is the json-web-server which has the data of Users and Companies. Both Users and Companies are related and it is possible to move from user to company or company to user (bi-directional).