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.
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
- REST API Reference https://developer.atlassian.com/cloud/trello/rest/
- GitHub Organization https://github.com/trello
- Developer Documentation https://developer.atlassian.com/cloud/trello/