Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/toolsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
Expand Down