hg.sr.ht: add graphql.md

This commit is contained in:
Drew DeVault 2022-03-24 11:37:05 +01:00
parent fb3cbf11ee
commit 7257ff14e2
2 changed files with 18 additions and 2 deletions

View File

@ -16,10 +16,11 @@ conventions](api-conventions.md).
- [builds.sr.ht](/builds.sr.ht/graphql.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)
- [hg.sr.ht](/hg.sr.ht/graphql.md)
- [lists.sr.ht](/lists.sr.ht/graphql.md)
- [meta.sr.ht](/meta.sr.ht/graphql.md)
- [pages.sr.ht](https://srht.site)
- [todo.sr.ht](/todo.sr.ht/graphql.md)
# GraphQL playground

15
hg.sr.ht/graphql.md Normal file
View File

@ -0,0 +1,15 @@
---
title: hg.sr.ht's GraphQL API
toc: false
---
**NOTICE**: This is the documentation for builds.sr.ht's new GraphQL API. For
information on the legacy REST API, see [api.md](api.md).
hg.sr.ht's GraphQL API is compatible with the standard [SourceHut GraphQL API
conventions](/graphql.md).
See also:
- [hg.sr.ht GraphQL playground](https://hg.sr.ht/graphql)
- [hg.sr.ht GraphQL schema](https://hg.sr.ht/~sircmpwn/hg.sr.ht/browse/api/graph/schema.graphqls?rev=tip)