mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 00:21:22 +00:00
Revert "docs: add toc to api schema docs"
This reverts commit 4897ec3e38.
This commit is contained in:
2
Makefile
2
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
|
||||
npx -y graphql-markdown --title "Moderne.io GraphQL API" --no-toc https://api.moderne.io/graphql > references/api-schema.md
|
||||
@@ -1,57 +1,5 @@
|
||||
# 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
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user