mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
GitBook: [main] 2 pages modified
This commit is contained in:
committed by
gitbook-bot
parent
261b0d5770
commit
2f27f71944
19
SUMMARY.md
19
SUMMARY.md
@@ -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)
|
||||
|
||||
|
||||
@@ -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 | |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user