diff --git a/Makefile b/Makefile index 10f7cb98..2755d8b0 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ update-api: - npx -y graphql-markdown --title "Moderne.io GraphQL API" https://api.moderne.io/graphql > references/api-schema.md \ No newline at end of file + 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 diff --git a/references/api-schema.md b/references/api-schema.md index 483563f1..4deb16d6 100644 --- a/references/api-schema.md +++ b/references/api-schema.md @@ -1,57 +1,5 @@ # 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