Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Update graphql dev command to use new Neo4j GraphQL library #21

Open
johnymontana opened this issue Mar 1, 2021 · 0 comments
Open

Update graphql dev command to use new Neo4j GraphQL library #21

johnymontana opened this issue Mar 1, 2021 · 0 comments

Comments

@johnymontana
Copy link
Contributor

The graphql dev command should be updated to make use of the new Neo4j GraphQL library

Currently, the following command will start a local GraphQL server running on port 4000, using neo4j-graphql.js:

grandstack graphql dev --types "type Person{name: String}" --neo4j-user neo4j --neo4j-uri bolt://localhost:7687 --neo4j-password letmein --graphql-port 4000

This command should be updated to use the same command flags and functionality, but use @neo4j/graphql instead of neo4j-graphql.js. The logic for this is defined in this file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant