trello · GraphQL Specification

Trello GraphQL Schema

This document describes a conceptual GraphQL schema for the Trello API. Trello exposes a REST API at `https://api.trello.com/1/` with key/token authentication. This GraphQL schema maps the core Trello domain model into a typed, queryable graph suitable for use with tools that translate GraphQL operations into REST calls or for documentation and tooling purposes.

Documentation Endpoint View on GitHub GraphQL

Overview

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

This document describes a conceptual GraphQL schema for the Trello API. Trello exposes a REST API at https://api.trello.com/1/ with key/token authentication. This GraphQL schema maps the core Trello domain model into a typed, queryable graph suitable for use with tools that translate GraphQL operations into REST calls or for documentation and tooling purposes.

The specification includes 3 reference links.

Endpoint

References

Related API Specs

Trello REST API (OpenAPI) Trello Webhooks API (AsyncAPI)
Back to trello · All GraphQL Specs · GitHub