aboutsummaryrefslogtreecommitdiffstats
path: root/builds.sr.ht/graphql.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2021-05-16 13:43:33 -0400
committerDrew DeVault <sir@cmpwn.com>2021-05-16 13:43:47 -0400
commit6e17be1f0c25f441b9af28073b7aefce02374a1b (patch)
tree17f3a1814d55b60d6ce10688d5fb7dd4fc5b789b /builds.sr.ht/graphql.md
parent93c0cc2a008676cc03f49f0c2ae02994a76071ea (diff)
downloadsr.ht-docs-6e17be1f0c25f441b9af28073b7aefce02374a1b.tar.gz
builds.sr.ht: add GraphQL docs
Diffstat (limited to 'builds.sr.ht/graphql.md')
-rw-r--r--builds.sr.ht/graphql.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/builds.sr.ht/graphql.md b/builds.sr.ht/graphql.md
new file mode 100644
index 0000000..8896ec5
--- /dev/null
+++ b/builds.sr.ht/graphql.md
@@ -0,0 +1,15 @@
+---
+title: builds.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).
+
+builds.sr.ht's GraphQL API is compatible with the standard [SourceHut GraphQL API
+conventions](/graphql.md).
+
+See also:
+
+- [builds.sr.ht GraphQL playground](https://builds.sr.ht/graphql)
+- [builds.sr.ht GraphQL scheme](https://git.sr.ht/~sircmpwn/builds.sr.ht/tree/master/item/api/graph/schema.graphqls)