Overview | Documentation

These are draft docs for Slash GraphQL, which is currently in beta

Slash GraphQL now includes a CLI so you can manage it from the comfort of your command line!

Wherever possible, we have maintained compatibility with the corresponding Dgraph API, with the additional step of requiring authentication via the ‘X-Auth-Token’ header.

Usage

$ npm install -g slash-graphql
$ slash-graphql COMMAND
running command...
$ slash-graphql (-v|--version|version)
slash-graphql/1.16.2 linux-x64 node-v10.19.0
$ slash-graphql --help [COMMAND]
USAGE
  $ slash-graphql COMMAND
...

Commands

Please see the following topics:

  • Backend lists commands related to backend.

  • Backup lists commands related to backup.

  • Help lists commands to update slash-graphql CLI and help.

  • Lambda lists commands related to Lambda.

  • Login & Logout lists login and logout commands.

  • Schema lists commands related to schema.


This is a companion discussion topic for the original entry at https://dgraph.io/docs/slash-graphql/slash-cli/overview/