diff options
author | Drew DeVault <sir@cmpwn.com> | 2022-03-24 11:37:05 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2022-03-24 11:37:05 +0100 |
commit | 7257ff14e20d240a1f23f79c3e0e9eb3cb7caad0 (patch) | |
tree | 1b74c8cb78d7c10078fb12046e8bc56d5dccef56 /hg.sr.ht | |
parent | fb3cbf11ee64a865963c9c7d8d28c7085b736165 (diff) | |
download | sr.ht-docs-7257ff14e20d240a1f23f79c3e0e9eb3cb7caad0.tar.gz |
hg.sr.ht: add graphql.md
Diffstat (limited to 'hg.sr.ht')
-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) |