Asana GraphQL
Asana does not offer a public native GraphQL endpoint. The Asana platform exposes its capabilities exclusively through a REST API available at `https://app.asana.com/api/1.0`. The schema in `asana-schema.graphql` is a comprehensive conceptual GraphQL SDL derived from the Asana REST API surface, covering all documented resource types. It is intended for tooling, catalog enrichment, code generation, and interoperability use cases — not for execution against a live GraphQL endpoint.
Overview
Asana GraphQL is a GraphQL API specification published by Asana on the APIs.io network.
Asana does not offer a public native GraphQL endpoint. The Asana platform exposes its capabilities exclusively through a REST API available at https://app.asana.com/api/1.0. The schema in asana-schema.graphql is a comprehensive conceptual GraphQL SDL derived from the Asana REST API surface, covering all documented resource types. It is intended for tooling, catalog enrichment, code generation, and interoperability use cases — not for execution against a live GraphQL endpoint.
Tagged areas include Collaboration, Productivity, Project Management, Projects, and Task Management.