sergiodxa / grial

A Node.js framework for creating GraphQL API servers easily and without a lot of boilerplate.

Home Page:https://github.com/sergiodxa/grial/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grial

A Node.js framework for creating GraphQL API servers easily and without a lot of boilerplate.

No Maintenance Intended styled with prettier standard license

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

About

A Node.js framework for creating GraphQL API servers easily and without a lot of boilerplate.

https://github.com/sergiodxa/grial/wiki

License:MIT License


Languages

Language:JavaScript 100.0%