aboutsummaryrefslogtreecommitdiffstats
path: root/graphql.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2021-05-17 07:30:44 -0400
committerDrew DeVault <sir@cmpwn.com>2021-05-17 07:30:44 -0400
commitc48c3e41a4115677cd5a2c65677f627ff9e64dea (patch)
tree6ddef35f9b36b9edae59275773d78909c405feba /graphql.md
parenta6dbc48cdc0e62578d6f68aeafce5c4787477cd9 (diff)
downloadsr.ht-docs-c48c3e41a4115677cd5a2c65677f627ff9e64dea.tar.gz
graphql.md: add builds.sr.ht URLs
Diffstat (limited to 'graphql.md')
-rw-r--r--graphql.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphql.md b/graphql.md
index 1cc59e1..565940f 100644
--- a/graphql.md
+++ b/graphql.md
@@ -14,8 +14,9 @@ conventions](api-conventions.md).
*This list will be expanded as GraphQL is rolled out for more services.*
-- [meta.sr.ht](/meta.sr.ht/graphql.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)
# GraphQL playground
@@ -27,8 +28,9 @@ also available in the playground.
**NOTICE**: The GraphQL playgrounds are wired up to your *production* data. Any
queries you perform will affect your real data!
-- [meta.sr.ht playground](https://meta.sr.ht/graphql)
+- [builds.sr.ht playground](https://builds.sr.ht/graphql)
- [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)
# Authentication strategies