This repository has been archived by the owner on Dec 2, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Sergio Xalambrí edited this page Jul 26, 2017
·
16 revisions
A Node.js framework for creating GraphQL API servers easily and without a lot of boilerplate.
There's a lot of boilerplate code required to run a GraphQL API with Node.js, the server code it's almost always the same, create a server, load the resolvers and the schema and set the /graphql
endpoint along with GraphiQL.
Grial allow you to only think about your business logic and API and is responsible for implementing the boilerplate code for you.
Grial also provide you with connectors you can use to consume many data sources easily.
- Setup
- Folder Structure
- Creating the API
- Customization
- Connectors
- Deployment