SkillAgentSearch skills...

Graphqlcypherquery

streaming rest api for neo4j using graphql

Install / Use

/learn @JamesKyburz/Graphqlcypherquery
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

graphqlcypherquery

streaming rest api for neo4j using graphql

js-standard-style Greenkeeper badge

main.js:

var url = 'http://user:password@host:8476'
var query = require('graphqlcypherquery')(url)
var params = { name: 'Peter' }

q(`
  person() as p {
    properties {
      name,
      beer(relationship: ":likes") {
        properties {
          name,
          award(relationship: ":award") as awards {
            properties {
              name
            }
          }
        }
      }
    }
  }
`, params).on('data', console.log.bind(console))

install

npm install graphqlcypherquery

license

MIT

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated6y ago
Forks1

Languages

JavaScript

Security Score

55/100

Audited on Apr 24, 2019

No findings