@akollegger/graphiql-ga

A convenient wrapper of GraphiQL to use within Neo4j Desktop.

Usage no npm install needed!

<script type="module">
  import akolleggerGraphiqlGa from 'https://cdn.skypack.dev/@akollegger/graphiql-ga';
</script>

README

GraphiQL Graph App

A convenient wrapper of GraphiQL to use within Neo4j Desktop.

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