neo4j-graphql-js icon indicating copy to clipboard operation
neo4j-graphql-js copied to clipboard

CLI for utility type tasks

Open johnymontana opened this issue 4 years ago • 2 comments

As suggested in #269, a command line interface for executing utility tasks could be helpful for executing some one-off tasks, such as:

  1. writing augmented type definitions to file
  2. writing generated graphql type definitions from existing Neo4j instance to file (wrapping inferSchema)
  3. enforcing Neo4j database constraints from type definitions
  4. enabling data import

This could be bundled with neo4j-graphql.js or possibly be a revival of neo4j-graphql-cli

johnymontana avatar Jul 10 '19 16:07 johnymontana

This is work in progress. See: https://www.npmjs.com/package/grandstack

johnymontana avatar Apr 13 '20 23:04 johnymontana

https://github.com/neo4j-graphql/neo4j-graphql-js/issues/608

michaeldgraham avatar May 02 '21 04:05 michaeldgraham