diff options
author | Drew DeVault <sir@cmpwn.com> | 2021-05-17 07:30:44 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-05-17 07:30:44 -0400 |
commit | c48c3e41a4115677cd5a2c65677f627ff9e64dea (patch) | |
tree | 6ddef35f9b36b9edae59275773d78909c405feba /graphql.md | |
parent | a6dbc48cdc0e62578d6f68aeafce5c4787477cd9 (diff) | |
download | sr.ht-docs-c48c3e41a4115677cd5a2c65677f627ff9e64dea.tar.gz |
graphql.md: add builds.sr.ht URLs
Diffstat (limited to 'graphql.md')
-rw-r--r-- | graphql.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |