Revert "docs: add toc to api schema docs"

This reverts commit 4897ec3e38.
This commit is contained in:
Scott Jungling
2021-09-08 10:23:49 -07:00
parent 4897ec3e38
commit 9d8d61adcf
2 changed files with 1 additions and 53 deletions

View File

@@ -1,2 +1,2 @@
update-api: update-api:
npx -y graphql-markdown --title "Moderne.io GraphQL API" https://api.moderne.io/graphql > references/api-schema.md npx -y graphql-markdown --title "Moderne.io GraphQL API" --no-toc https://api.moderne.io/graphql > references/api-schema.md

View File

@@ -1,57 +1,5 @@
# Moderne.io GraphQL API # Moderne.io GraphQL API
<details>
<summary><strong>Table of Contents</strong></summary>
* [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)
</details>
## Query ## Query
<table> <table>