Heroku · GraphQL Specification

Heroku GraphQL Schema

This document describes a conceptual GraphQL schema for the Heroku Platform API. Heroku exposes its platform capabilities through a REST API at `https://api.heroku.com`, documented at [https://devcenter.heroku.com/articles/platform-api-reference](https://devcenter.heroku.com/articles/platform-api-reference). The GraphQL schema below models the same domain objects as graph types, enabling clients to query related resources in a single request.

Documentation Endpoint View on GitHub Application DeploymentCloud PlatformDevOpsPaaSGraphQL

Overview

Heroku GraphQL Schema is a GraphQL API specification published by Heroku on the APIs.io network.

This document describes a conceptual GraphQL schema for the Heroku Platform API. Heroku exposes its platform capabilities through a REST API at https://api.heroku.com, documented at https://devcenter.heroku.com/articles/platform-api-reference. The GraphQL schema below models the same domain objects as graph types, enabling clients to query related resources in a single request.

Tagged areas include Application Deployment, Cloud Platform, DevOps, and PaaS.

Endpoint

Related API Specs

Heroku Account API (OpenAPI) Heroku Add-ons API (OpenAPI) Heroku Apps API (OpenAPI) Heroku Builds API (OpenAPI) Heroku Collaborators API (OpenAPI) Heroku Config Vars API (OpenAPI) Heroku Domains API (OpenAPI) Heroku Dynos API (OpenAPI) Heroku Formation API (OpenAPI) Heroku Log Sessions API (OpenAPI) Heroku Pipelines API (OpenAPI) Heroku Regions API (OpenAPI) Heroku Releases API (OpenAPI) Heroku Stacks API (OpenAPI)
Back to Heroku · All GraphQL Specs · GitHub