From 4897ec3e386e6af4282dae3fadaed3606891e0bf Mon Sep 17 00:00:00 2001 From: Scott Jungling Date: Wed, 8 Sep 2021 10:19:24 -0700 Subject: [PATCH] docs: add toc to api schema docs --- Makefile | 2 +- references/api-schema.md | 52 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2755d8b0..10f7cb98 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ update-api: - npx -y graphql-markdown --title "Moderne.io GraphQL API" --no-toc https://api.moderne.io/graphql > references/api-schema.md \ No newline at end of file + npx -y graphql-markdown --title "Moderne.io GraphQL API" https://api.moderne.io/graphql > references/api-schema.md \ No newline at end of file diff --git a/references/api-schema.md b/references/api-schema.md index 4deb16d6..483563f1 100644 --- a/references/api-schema.md +++ b/references/api-schema.md @@ -1,5 +1,57 @@ # Moderne.io GraphQL API +
+ Table of Contents + + * [Query](#query) + * [Mutation](#mutation) + * [Objects](#objects) + * [AccessTokenView](#accesstokenview) + * [BranchResponse](#branchresponse) + * [Commit](#commit) + * [GithubAppInstallation](#githubappinstallation) + * [GithubAppInstallationRepository](#githubappinstallationrepository) + * [GithubOrganization](#githuborganization) + * [GithubRepository](#githubrepository) + * [GithubUserAccessTokenResponse](#githubuseraccesstokenresponse) + * [Option](#option) + * [Organization](#organization) + * [Page](#page) + * [Recipe](#recipe) + * [RecipeArtifact](#recipeartifact) + * [RecipeCategory](#recipecategory) + * [RecipeCategoryBreadcrumb](#recipecategorybreadcrumb) + * [RecipeRun](#reciperun) + * [RecipeRunResultsByRepository](#reciperunresultsbyrepository) + * [RecipeRunSummary](#reciperunsummary) + * [Repository](#repository) + * [RepositoryIndexItem](#repositoryindexitem) + * [RepositoryJavaVersion](#repositoryjavaversion) + * [Result](#result) + * [ResultConnection](#resultconnection) + * [ResultEdge](#resultedge) + * [SourceFileTypeCount](#sourcefiletypecount) + * [Worker](#worker) + * [Inputs](#inputs) + * [OptionInput](#optioninput) + * [RecipeInput](#recipeinput) + * [RecipeRunInput](#reciperuninput) + * [Enums](#enums) + * [ErrorDetail](#errordetail) + * [ErrorType](#errortype) + * [GithubAccountType](#githubaccounttype) + * [RecipeRunState](#reciperunstate) + * [RecipeRunSummaryState](#reciperunsummarystate) + * [SortOrder](#sortorder) + * [Scalars](#scalars) + * [Boolean](#boolean) + * [DateTime](#datetime) + * [ID](#id) + * [Int](#int) + * [Object](#object) + * [String](#string) + +
## Query