文件名称:neo4j-graphql-js:针对Neo4j和JavaScript GraphQL实现的GraphQL到Cypher查询执行层
文件大小:369KB
文件格式:ZIP
更新时间:2024-02-24 21:17:53
graphql neo4j cypher neo4j-graphql grandstack
neo4j-graphql.js 用于Neo4j和JavaScript GraphQL实现的GraphQL到Cypher查询执行层。 neo4j-graphql-js正在积极开发中。 边缘有些粗糙,API可能会更改。 如果您发现任何错误或提出要求,请提出问题。 安装及使用 安装 npm install --save neo4j-graphql-js 用法 从GraphQL类型定义开始: const typeDefs = ` type Movie { title: String year: Int imdbRating: Float genres: [Genr