From a4dbf69cb7edb65c69761496ab22c019846832d5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 28 Jul 2021 12:09:34 +0200 Subject: lists.sr.ht GraphQL docs --- graphql.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'graphql.md') diff --git a/graphql.md b/graphql.md index 565940f..ff6dc5b 100644 --- a/graphql.md +++ b/graphql.md @@ -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 -- cgit