diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2021-03-23 09:52:51 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-03-23 09:10:20 -0400 |
commit | 4fa50b84f1cbc3bcfce0d6d656f3df9759158622 (patch) | |
tree | ea9faffed57ddac512ede9b8f0f98efa125b3a42 /git.sr.ht/graphql.md | |
parent | bf27cb9223d2892e2b0e0498e4361667ba73944d (diff) | |
download | sr.ht-docs-4fa50b84f1cbc3bcfce0d6d656f3df9759158622.tar.gz |
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.
Diffstat (limited to 'git.sr.ht/graphql.md')
-rw-r--r-- | git.sr.ht/graphql.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git.sr.ht/graphql.md b/git.sr.ht/graphql.md index 3d43cb2..7d4c830 100644 --- a/git.sr.ht/graphql.md +++ b/git.sr.ht/graphql.md @@ -12,3 +12,4 @@ conventions](/graphql.md). See also: - [git.sr.ht GraphQL playground](https://git.sr.ht/graphql) +- [git.sr.ht GraphQL scheme](https://git.sr.ht/~sircmpwn/git.sr.ht/tree/master/item/api/graph/schema.graphqls) |