diff --git a/SUMMARY.md b/SUMMARY.md index b949e456..3a1f96bf 100644 --- a/SUMMARY.md +++ b/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 -- [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) + diff --git a/references/api-schema.md b/references/api-schema.md index 9c49d11a..708d6cbd 100644 --- a/references/api-schema.md +++ b/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 | |