diff options
Diffstat (limited to 'todo.sr.ht')
-rw-r--r-- | todo.sr.ht/graphql.md | 14 | ||||
-rw-r--r-- | todo.sr.ht/index.md | 6 |
2 files changed, 20 insertions, 0 deletions
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) diff --git a/todo.sr.ht/index.md b/todo.sr.ht/index.md index 9d71ece..d5db763 100644 --- a/todo.sr.ht/index.md +++ b/todo.sr.ht/index.md @@ -5,6 +5,12 @@ title: todo.sr.ht docs [todo.sr.ht](https://todo.sr.ht/) is an issue tracker that can be used for your projects. +**See also**: + +- [GraphQL reference](graphql.md) +- [Legacy API reference](api.md) +- [Installation guide](installation.md) + # Getting started New trackers can be created on the [create page][create page] which can be |