aboutsummaryrefslogtreecommitdiffstats
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
parent1bc4e41377eda3e1750ad558f88933a3da4eda1b (diff)
downloadsr.ht-docs-a4dbf69cb7edb65c69761496ab22c019846832d5.tar.gz
lists.sr.ht GraphQL docs
-rw-r--r--git.sr.ht/graphql.md2
-rw-r--r--graphql.md2
-rw-r--r--lists.sr.ht/graphql.md15
3 files changed, 18 insertions, 1 deletions
diff --git a/git.sr.ht/graphql.md b/git.sr.ht/graphql.md
index 7d4c830..4c32fc8 100644
--- a/git.sr.ht/graphql.md
+++ b/git.sr.ht/graphql.md
@@ -12,4 +12,4 @@ conventions](/graphql.md).
See also:
- [git.sr.ht GraphQL playground](https://git.sr.ht/graphql)
-- [git.sr.ht GraphQL scheme](https://git.sr.ht/~sircmpwn/git.sr.ht/tree/master/item/api/graph/schema.graphqls)
+- [git.sr.ht GraphQL schema](https://git.sr.ht/~sircmpwn/git.sr.ht/tree/master/item/api/graph/schema.graphqls)
diff --git a/graphql.md b/graphql.md
index 565940f..ff6dc5b 100644
--- a/graphql.md
+++ b/graphql.md
@@ -18,6 +18,7 @@ conventions](api-conventions.md).
- [git.sr.ht](/git.sr.ht/graphql.md)
- [meta.sr.ht](/meta.sr.ht/graphql.md)
- [todo.sr.ht](/todo.sr.ht/graphql.md)
+- [lists.sr.ht](/lists.sr.ht/graphql.md)
# GraphQL playground
@@ -32,6 +33,7 @@ queries you perform will affect your real data!
- [git.sr.ht playground](https://git.sr.ht/graphql)
- [meta.sr.ht playground](https://meta.sr.ht/graphql)
- [todo.sr.ht playground](https://todo.sr.ht/graphql)
+- [lists.sr.ht playground](https://lists.sr.ht/graphql)
# Authentication strategies
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)