Introduction
Slash GraphQL Provides /graphql Backend for Your App
Please see the following topics:
- The QuickStart will help you get started with a Slash GraphQL Schema, starting with a multi tenant todo app
- Administering your Backend covers topics such as how to programmatically set your schema, and import or export your data
- Authentication will guide you in creating a API token. Since all admin APIs require an auth token, this is a good place to start.
- Schema describes how to programmatically query and update your GraphQL schema.
- Import and Exporting Data is a guide for exporting your data from a Slash GraphQL backend, and how to import it into another cluster
- Dropping Data will guide you through dropping all data from your Slash GraphQL backend.
- Switching Backend Modes will guide you through changing Slash GraphQL backend mode.
- Slash GraphQL CLI Slash GraphQL now includes a CLI so you can manage it from the comfort of your command line
- Schema lists commands related to schema.
- Advanced Queries With DQL covers interacting with your database using the gRPC endpoint.
- One-click Deploy speaks about how to deploy sample apps in a fresh instance of backend to start working with them.
You might also be interested in:
- Dgraph GraphQL Schema Reference, which lists all the types and directives supported by Dgraph
- Dgraph GraphQL API Reference, which serves as a guide to using your new
/graphql
endpoint