https://github.com/gramps-graphql/gramps-express
NOTE: The GrAMPS core has moved to https://github.com/gramps-graphql/gramps
https://github.com/gramps-graphql/gramps-express
apollo-server apollo-server-express apollographql gramps graphql-middleware graphql-server middleware
Last synced: about 1 year ago
JSON representation
NOTE: The GrAMPS core has moved to https://github.com/gramps-graphql/gramps
- Host: GitHub
- URL: https://github.com/gramps-graphql/gramps-express
- Owner: gramps-graphql
- License: mit
- Created: 2017-10-12T15:32:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T17:01:34.000Z (over 3 years ago)
- Last Synced: 2025-03-04T22:56:44.488Z (over 1 year ago)
- Topics: apollo-server, apollo-server-express, apollographql, gramps, graphql-middleware, graphql-server, middleware
- Language: JavaScript
- Homepage:
- Size: 7.48 MB
- Stars: 161
- Watchers: 8
- Forks: 14
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**NOTE:** The GrAMPS core has been updated to support all server implementations supported by Apollo Server, plus extra tools to make it usable with other GraphQL frameworks. To reflect its flexibility, GrAMPS has been moved to https://github.com/gramps-graphql/gramps.
# GrAMPS GraphQL Middleware for Apollo Express Server
[](https://github.com/gramps-graphql/gramps-express/blob/master/LICENSE) [](https://www.npmjs.com/package/@gramps/gramps-express) [](https://travis-ci.org/gramps-graphql/gramps-express) [](https://codeclimate.com/github/gramps-graphql/gramps-express/maintainability) [](https://codeclimate.com/github/gramps-graphql/gramps-express/test_coverage) [](https://greenkeeper.io/)
**An easier way to manage the data sources powering your GraphQL server.**
**GrAMPS** (short for **Gr**aphQL **A**pollo **M**icroservice **P**attern **S**erver) is middleware designed for [apollo-server-express](https://git.io/vd1wc) that allows independent data sources — a schema, resolvers, and data access model — to be composed into a single GraphQL schema, while keeping the code within each data source isolated, independently testable, and completely decoupled from the rest of your application.
## Developer Quickstart
[See the 5-minute quickstart in our documentation.](https://gramps.js.org/overview/quickstart/)
