An open API service indexing awesome lists of open source software.

https://github.com/owengombas/graphql-composer

🌐 Create your GraphQL API using composition!
https://github.com/owengombas/graphql-composer

api composition framework graphql types typescript

Last synced: about 1 year ago
JSON representation

🌐 Create your GraphQL API using composition!

Awesome Lists containing this project

README

          





graphql-composer



Create your GraphQL API using composition!




# graphql-composer-decorators
GraphQL comes to revolutionize backend development, the fact that you have to declare types is something very useful, however it can lead to code duplication and therefore affect the stability of your application. Indeed, based on the DRY (Don't Repeat Yourself) principle, the fact of declaring several times the same element in a different way should be avoided, because when this element changes it is necessary to modify several parts of code, so if only one of these parts is omitted it can cause problems in your application and the more it grows the harder it will be to maintain it.

### [Go to the documentation](https://owencalvin.github.io/graphql-composer-decorators/)

# graphql-composer
The `graphql-composer-decorators` module is broken down into two modules instead of making one heavier, `graphql-composer` simply provides a compositing API which allows you to create an API using the "builder" design pattern and compositing.
> Documentation for this module will be available soon.