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

时间:2021-03-09 07:51:39
【文件属性】:
文件名称:schemaless-graphql-neo4j:将无类型和动态GraphQL查询转换为Cypher
文件大小:1.1MB
文件格式:ZIP
更新时间:2021-03-09 07:51:39
graphql neo4j cypher cypher-query-language TypeScript 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
【文件预览】:
schemaless-graphql-neo4j-main
----.eslintrc.json(143B)
----.gitignore(32B)
----package.json(1KB)
----package-lock.json(393KB)
----packages()
--------client()
--------playground()
----lerna.json(173B)
----README.md(8KB)
----.eslintignore(78B)
----jest-global.setup.js(80B)
----misc()
--------assets()
--------recipes()
----jest-global.config.js(371B)

网友评论