From b7ad3d4526c3590bb7d932f352b77b0ba50be693 Mon Sep 17 00:00:00 2001 From: Dale Inverarity Date: Tue, 16 Jan 2018 18:20:04 -0500 Subject: [PATCH] Create README.md Adding deprecated notice and related project links. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..00496df --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# DEPRECATED +## Check out some great projects continuing this work! + +## [Gramps](https://gramps.js.org/) +> GrAMPS is a better way to manage GraphQL data sources. By standardizing the way GraphQL data sources are defined, we can allow multiple teams to own their own data sources with independent codebases, then compose them together in a single GraphQL server. + +> Plus, data sources can be shared, so you can use open source GrAMPS data sources along with your own custom data to build full-featured GraphQL endpoints without reinventing the wheel each time. + +## [GraphQL-Binding](https://github.com/graphcool/graphql-binding/issues/28) +> GraphQL bindings are modular building blocks that allow to embed existing GraphQL APIs into your own GraphQL server. Think about it as turning (parts of) GraphQL APIs into reusable LEGO building blocks.