Deploy Neo4j backed GraphQL APIs based on your custom GraphQL schema.
What does it do?
Allows you to deploys a Neo4j GraphQL instance on Neo4j Sandbox. This Neo4j GraphQL instance will serve a GraphQL endpoint based on a GraphQL schema that you define.
- Define your GraphQL schema using GraphQL schema syntax, myschema.graphql
./bin/neo4j-graphql myschema.graphql- When prompted sign into Neo4j Sandbox.
- You'll be presented with the credentials for your GraphQL instance, including a Graphiql URL
TODO. Overview of schema first development and example schema
TODO. Schema example, demonstrate Graphiql and queries
- deploy Neo4j GraphQL Sandbox instance
- support user defined GraphQL schema
- support @cypher GraphQL schema directives
- support self-hosted Neo4j instances
- support schema updates
