0.1.6 • Published 4 years ago

@neo4j-apps/graphiql-ga v0.1.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

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