https://github.com/sergiodxa/grial
A Node.js framework for creating GraphQL API servers easily and without a lot of boilerplate.
https://github.com/sergiodxa/grial
api-server connector framework graphql graphql-api graphql-js graphql-server graphql-subscriptions grial nodejs nodejs-framework nodejs-server
Last synced: 14 days ago
JSON representation
A Node.js framework for creating GraphQL API servers easily and without a lot of boilerplate.
- Host: GitHub
- URL: https://github.com/sergiodxa/grial
- Owner: sergiodxa
- License: mit
- Archived: true
- Created: 2017-07-03T23:59:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T07:03:06.000Z (almost 8 years ago)
- Last Synced: 2025-09-14T22:48:00.846Z (about 1 month ago)
- Topics: api-server, connector, framework, graphql, graphql-api, graphql-js, graphql-server, graphql-subscriptions, grial, nodejs, nodejs-framework, nodejs-server
- Language: JavaScript
- Homepage: https://github.com/sergiodxa/grial/wiki
- Size: 134 KB
- Stars: 188
- Watchers: 8
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Grial
A Node.js framework for creating GraphQL API servers easily and without a lot of boilerplate.[](http://unmaintained.tech/)   
## Why?
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.
## Documentation
You can check the Grial docs in the [repository wiki](https://github.com/sergiodxa/grial/wiki)