Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo4j-devtools/graphiql-ga
GraphiQL wrapped in a Graph App
https://github.com/neo4j-devtools/graphiql-ga
graph-app neo4j
Last synced: 8 days ago
JSON representation
GraphiQL wrapped in a Graph App
- Host: GitHub
- URL: https://github.com/neo4j-devtools/graphiql-ga
- Owner: neo4j-devtools
- License: apache-2.0
- Created: 2019-05-21T12:42:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T23:11:25.000Z (over 1 year ago)
- Last Synced: 2024-04-07T23:29:11.072Z (9 months ago)
- Topics: graph-app, neo4j
- Language: TypeScript
- Homepage: https://neo4j-apps.github.io/graphiql-ga
- Size: 6.52 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GraphiQL Graph App
A convenient wrapper of GraphiQL to use within Neo4j Desktop.
## Install
Install for offline use:
-- `https://registry.npmjs.org/@neo4j-apps/graphiql-ga`
Use hosted application:
-- `https://neo4j-apps.github.io/graphiql-ga/`
## Development
Run application in development mode: `npm run start`
But, first `yarn` to get All The Things
## Publishing
Produce a build:
- `npm run build`
- `npm pack`Test the build by dragging and dropping the `.tgz` onto Neo4j Desktop.
Publish:
- `npm run deploy`