diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-12-03 09:43:03 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-12-03 09:52:42 -0500 |
commit | b29bc24d3354366d3e00e69ae3b490c528c94bfd (patch) | |
tree | 26d43173769627c7b9c2bd5ef52b000691c49530 /meta.sr.ht/graphql.md | |
parent | 84b00d4cd0e79c5dce919206d323119092e7f93a (diff) | |
download | sr.ht-docs-b29bc24d3354366d3e00e69ae3b490c528c94bfd.tar.gz |
Add initial GraphQL documentation
Diffstat (limited to 'meta.sr.ht/graphql.md')
-rw-r--r-- | meta.sr.ht/graphql.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta.sr.ht/graphql.md b/meta.sr.ht/graphql.md new file mode 100644 index 0000000..3af0202 --- /dev/null +++ b/meta.sr.ht/graphql.md @@ -0,0 +1,14 @@ +--- +title: meta.sr.ht's GraphQL API +toc: false +--- + +**NOTICE**: This is the documentation for meta.sr.ht's new GraphQL API. For +information on the legacy REST API, see [api.md](api.md). + +meta.sr.ht's GraphQL API is compatible with the standard [SourceHut GraphQL API +conventions](/graphql.md). + +See also: + +- [meta.sr.ht GraphQL playground](https://meta.sr.ht/graphql) |