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.
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.