diff options
-rw-r--r-- | builds.sr.ht/graphql.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/builds.sr.ht/graphql.md b/builds.sr.ht/graphql.md new file mode 100644 index 0000000..8896ec5 --- /dev/null +++ b/builds.sr.ht/graphql.md @@ -0,0 +1,15 @@ +--- +title: builds.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). + +builds.sr.ht's GraphQL API is compatible with the standard [SourceHut GraphQL API +conventions](/graphql.md). + +See also: + +- [builds.sr.ht GraphQL playground](https://builds.sr.ht/graphql) +- [builds.sr.ht GraphQL scheme](https://git.sr.ht/~sircmpwn/builds.sr.ht/tree/master/item/api/graph/schema.graphqls) |