aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphql.md5
-rw-r--r--hg.sr.ht/graphql.md15
2 files changed, 18 insertions, 2 deletions
diff --git a/graphql.md b/graphql.md
index a2020c2..c22787d 100644
--- a/graphql.md
+++ b/graphql.md
@@ -16,10 +16,11 @@ conventions](api-conventions.md).
- [builds.sr.ht](/builds.sr.ht/graphql.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)
+- [hg.sr.ht](/hg.sr.ht/graphql.md)
- [lists.sr.ht](/lists.sr.ht/graphql.md)
+- [meta.sr.ht](/meta.sr.ht/graphql.md)
- [pages.sr.ht](https://srht.site)
+- [todo.sr.ht](/todo.sr.ht/graphql.md)
# GraphQL playground
diff --git a/hg.sr.ht/graphql.md b/hg.sr.ht/graphql.md
new file mode 100644
index 0000000..5699dcc
--- /dev/null
+++ b/hg.sr.ht/graphql.md
@@ -0,0 +1,15 @@
+---
+title: hg.sr.ht's GraphQL API
+toc: false
+---
+
+**NOTICE**: This is the documentation for builds.sr.ht's new GraphQL API. For
+information on the legacy REST API, see [api.md](api.md).
+
+hg.sr.ht's GraphQL API is compatible with the standard [SourceHut GraphQL API
+conventions](/graphql.md).
+
+See also:
+
+- [hg.sr.ht GraphQL playground](https://hg.sr.ht/graphql)
+- [hg.sr.ht GraphQL schema](https://hg.sr.ht/~sircmpwn/hg.sr.ht/browse/api/graph/schema.graphqls?rev=tip)