Docs Menu

Docs HomeAtlas App Services

Run GraphQL Operations from a CLI

On this page

  • Overview
  • Run a Query
  • Run a Mutation

You can access your App's Atlas GraphQL API through a terminal or command line interface. GraphQL operates over HTTP, so the CLI can be a standard HTTP client, like curl, or a specialized GraphQL CLI, like graphqurl.

To send GraphQL requests to your app, you'll need the following:

  • Your App ID.

  • A valid user access token. For details on how to get an access token, see Authenticate GraphQL Requests.

← Define a Custom Resolver