diff --git a/src/toolsData.js b/src/toolsData.js index e2ae45b..59d6877 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: + "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 } ] }