diff options
Diffstat (limited to 'hg.sr.ht/graphql.md')
-rw-r--r-- | hg.sr.ht/graphql.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hg.sr.ht/graphql.md b/hg.sr.ht/graphql.md new file mode 100644 index 0000000..5699dcc --- /dev/null +++ b/hg.sr.ht/graphql.md @@ -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) |