From def33ca09ad9bedd9e56dc05164551f6a3c894ed Mon Sep 17 00:00:00 2001 From: Stanislav Date: Thu, 14 Jun 2018 00:39:26 +0600 Subject: [PATCH 1/2] Add graphql-compose --- src/toolsData.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/toolsData.js b/src/toolsData.js index e2ae45b..bca0c3e 100644 --- a/src/toolsData.js +++ b/src/toolsData.js @@ -327,6 +327,14 @@ export default { "Neo4j-GraphQL is an integration for building GraphQL APIs using Neo4j Database. It translates GraphQL to Cypher for resolving data from Neo4j and enables the use of Cypher in the GraphQL schema definition.", url: "http://grandstack.io/docs/neo4j-graphql.html", github: "https://github.com/neo4j-graphql/neo4j-graphql" + }, + { + name: "graphql-compose", + description: + "graphql-compose is a toolkit for generating complex GraphQL schemas in Node.js. It provides some methods for creating types and GraphQL Models for further building of complex relations in your schema.", + url: "https://graphql-compose.github.io", + github: "https://github.com/graphql-compose/graphql-compose", + language: JavaScript } ] } From 5759f41f052ec55b533233e7989f78fa3b8e997e Mon Sep 17 00:00:00 2001 From: Stanislav Date: Thu, 14 Jun 2018 00:51:21 +0600 Subject: [PATCH 2/2] Change description --- src/toolsData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolsData.js b/src/toolsData.js index bca0c3e..59d6877 100644 --- a/src/toolsData.js +++ b/src/toolsData.js @@ -331,7 +331,7 @@ export default { { name: "graphql-compose", description: - "graphql-compose is a toolkit for generating complex GraphQL schemas in Node.js. It provides some methods for creating types and GraphQL Models for further building of complex relations in your schema.", + "Toolkit for generating complex GraphQL schemas in Node.js Has bunch of useful plugins (mongoose, elasticsearch, aws-sdk).", url: "https://graphql-compose.github.io", github: "https://github.com/graphql-compose/graphql-compose", language: JavaScript