diff options
author | Drew DeVault <sir@cmpwn.com> | 2021-07-28 12:09:34 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-07-28 12:09:34 +0200 |
commit | a4dbf69cb7edb65c69761496ab22c019846832d5 (patch) | |
tree | a2547221efa0f46cef98b68343afcd5730c19582 /graphql.md | |
parent | 1bc4e41377eda3e1750ad558f88933a3da4eda1b (diff) | |
download | sr.ht-docs-a4dbf69cb7edb65c69761496ab22c019846832d5.tar.gz |
lists.sr.ht GraphQL docs
Diffstat (limited to 'graphql.md')
-rw-r--r-- | graphql.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |