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.
This commit is contained in:
Robin Krahl 2021-03-23 09:52:51 +01:00 committed by Drew DeVault
parent bf27cb9223
commit 4fa50b84f1
3 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

@ -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)

View File

@ -12,3 +12,4 @@ conventions](/graphql.md).
See also:
- [todo.sr.ht GraphQL playground](https://todo.sr.ht/graphql)
- [todo.sr.ht GraphQL scheme](https://git.sr.ht/~sircmpwn/todo.sr.ht/tree/master/item/api/graph/schema.graphqls)