aboutsummaryrefslogtreecommitdiffstats
path: root/lists.sr.ht
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2021-07-28 12:09:34 +0200
committerDrew DeVault <sir@cmpwn.com>2021-07-28 12:09:34 +0200
commita4dbf69cb7edb65c69761496ab22c019846832d5 (patch)
treea2547221efa0f46cef98b68343afcd5730c19582 /lists.sr.ht
parent1bc4e41377eda3e1750ad558f88933a3da4eda1b (diff)
downloadsr.ht-docs-a4dbf69cb7edb65c69761496ab22c019846832d5.tar.gz
lists.sr.ht GraphQL docs
Diffstat (limited to 'lists.sr.ht')
-rw-r--r--lists.sr.ht/graphql.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/lists.sr.ht/graphql.md b/lists.sr.ht/graphql.md
new file mode 100644
index 0000000..60912e7
--- /dev/null
+++ b/lists.sr.ht/graphql.md
@@ -0,0 +1,15 @@
+---
+title: lists.sr.ht's GraphQL API
+toc: false
+---
+
+**NOTICE**: This is the documentation for lists.sr.ht's new GraphQL API. For
+information on the legacy REST API, see [api.md](api.md).
+
+lists.sr.ht's GraphQL API is compatible with the standard [SourceHut GraphQL API
+conventions](/graphql.md).
+
+See also:
+
+- [lists.sr.ht GraphQL playground](https://lists.sr.ht/graphql)
+- [lists.sr.ht GraphQL schema](https://git.sr.ht/~sircmpwn/lists.sr.ht/tree/master/item/api/graph/schema.graphqls)