1. 首页
  2. 数据库
  3. 其它
  4. schemaless graphql neo4j:将无类型和动态GraphQL查询转换为Cypher 源码

schemaless graphql neo4j:将无类型和动态GraphQL查询转换为Cypher 源码

上传者: 2021-05-04 16:58:55上传 ZIP文件 1.1MB 热度 27次
schemaless-graphql-neo4j 将无类型的动态GraphQL查询转换为Cypher。 签出,以更好地查看您可以编写的查询。 入门 $ npm install schemaless-graphql-neo4j :warning: 图书馆尚未发布 操场 您可以开始使用开发人员游乐场 您也可以在使用代码沙箱 快速开始 const { Client } = require ( "schemaless-graphql-neo4j" ) ; const neo4j = require ( "neo4j-driver" ) ; const driver = neo4j . driver ( "bolt://localhost:7687" , neo4j . auth . basic ( "neo4j" , "password" ) ) ; const client = new C
下载地址
用户评论