From eae7c7f648f2365ba1418e4d2a3431e7111b26e5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 25 Feb 2021 11:13:10 -0500 Subject: todo.sr.ht: add GraphQL docs --- todo.sr.ht/graphql.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 todo.sr.ht/graphql.md (limited to 'todo.sr.ht/graphql.md') diff --git a/todo.sr.ht/graphql.md b/todo.sr.ht/graphql.md new file mode 100644 index 0000000..08b9260 --- /dev/null +++ b/todo.sr.ht/graphql.md @@ -0,0 +1,14 @@ +--- +title: todo.sr.ht's GraphQL API +toc: false +--- + +**NOTICE**: This is the documentation for todo.sr.ht's new GraphQL API. For +information on the legacy REST API, see [api.md](api.md). + +todo.sr.ht's GraphQL API is compatible with the standard [SourceHut GraphQL API +conventions](/graphql.md). + +See also: + +- [todo.sr.ht GraphQL playground](https://todo.sr.ht/graphql) -- cgit