GitBook: [main] 2 pages modified

This commit is contained in:
Scott Jungling
2021-09-08 17:37:05 +00:00
committed by gitbook-bot
parent 261b0d5770
commit 2f27f71944
2 changed files with 16 additions and 16 deletions

View File

@@ -1,20 +1,21 @@
# Table of contents
- [Welcome to Moderne](README.md)
* [Welcome to Moderne](README.md)
## Getting Started
- [Quick Start: Running your first recipe](getting-started/running-your-first-recipe.md)
* [Quick Start: Running your first recipe](getting-started/running-your-first-recipe.md)
## How-to Guides <a id="how-to"></a>
- [Creating your own recipes with Builder](how-to/creating-your-own-recipes-with-builder.md)
- [Importing projects from GitHub](how-to/importing-projects-from-github.md)
- [Importing External Recipes](how-to/importing-external-recipes.md)
* [Creating your own recipes with Builder](how-to/creating-your-own-recipes-with-builder.md)
* [Importing projects from GitHub](how-to/importing-projects-from-github.md)
* [Importing External Recipes](how-to/importing-external-recipes.md)
## References
- [Repository Selection](references/repository-selection.md)
- [GitHub Permissions](references/github-permissions.md)
- [Token Management](references/create-api-access-tokens.md)
- [GraphQL API Documentation](references/api-schema.md)
* [Repository Selection](references/repository-selection.md)
* [GitHub Permissions](references/github-permissions.md)
* [Token Management](references/create-api-access-tokens.md)
* [GraphQL API Documentation](references/api-schema.md)

View File

@@ -1,11 +1,10 @@
# Moderne.io GraphQL API
# GraphQL API Documentation
## Query
| Field | Argument | Type | Description |
| ---------------- | --------- | ----------------- | ------------------------------------------------------------ |
| activeRecipeRuns | | [[RecipeRun]()!]! | Get all currently active recipe runs by a user id (passed via header) sorted by most recent |
| | limit | Int | |
| | sortOrder | SortOrder | |
| Field | Argument | Type | Description |
| :--- | :--- | :--- | :--- |
| **activeRecipeRuns** | | \[[RecipeRun](api-schema.md)!\]! | Get all currently active recipe runs by a user id \(passed via header\) sorted by most recent |
| | **limit** | Int | |
| | **sortOrder** | SortOrder | |