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 Webhooks API (AsyncAPI) trello Actions API (OpenAPI) trello Boards API (OpenAPI) trello Cards API (OpenAPI) trello Checklists API (OpenAPI) trello CustomFields API (OpenAPI) trello Labels API (OpenAPI) trello Lists API (OpenAPI) trello Members API (OpenAPI) trello Notifications API (OpenAPI) trello Organizations API (OpenAPI) trello Plugins API (OpenAPI) trello Search API (OpenAPI) trello Tokens API (OpenAPI) trello Webhooks API (OpenAPI)
Back to trello · All GraphQL Specs · GitHub