neo4j-graphql / neo4j-graphql-js

NOTE: This project is no longer actively maintained. Please consider using the official Neo4j GraphQL Library (linked in README).
Other
609 stars 147 forks source link

CLI for utility type tasks #277

Open johnymontana opened 5 years ago

johnymontana commented 5 years ago

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 commented 4 years ago

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

michaeldgraham commented 3 years ago

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