gramps-express
gramps-express copied to clipboard
NOTE: The GrAMPS core has moved to https://github.com/gramps-graphql/gramps
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
An easier way to manage the data sources powering your GraphQL server.
GrAMPS (short for GraphQL Apollo Microservice Pattern Server) is middleware designed for apollo-server-express 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.