From 4fa50b84f1cbc3bcfce0d6d656f3df9759158622 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 23 Mar 2021 09:52:51 +0100 Subject: Link GraphQL schemes This patch adds links to the GraphQL schemes in the Git repositories to the graphql.md pages for {git,meta,todo}.sr.ht. The playground also contains the schemes, but it is only available for logged-in users. And the source file makes it easier to jump to specific locations, to share links and to track changes. --- meta.sr.ht/graphql.md | 1 + 1 file changed, 1 insertion(+) (limited to 'meta.sr.ht/graphql.md') diff --git a/meta.sr.ht/graphql.md b/meta.sr.ht/graphql.md index 3af0202..ee7d4a5 100644 --- a/meta.sr.ht/graphql.md +++ b/meta.sr.ht/graphql.md @@ -12,3 +12,4 @@ conventions](/graphql.md). See also: - [meta.sr.ht GraphQL playground](https://meta.sr.ht/graphql) +- [meta.sr.ht GraphQL scheme](https://git.sr.ht/~sircmpwn/meta.sr.ht/tree/master/item/api/graph/schema.graphqls) -- cgit