From cf9955ba437b1f600d5f78879658c45991f2c55e Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Mon, 20 Feb 2023 12:50:44 +0100 Subject: [PATCH] Update graphql.md --- docs/en/features/graphql.md | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/docs/en/features/graphql.md b/docs/en/features/graphql.md index ea509921a..9a4dcbc8d 100644 --- a/docs/en/features/graphql.md +++ b/docs/en/features/graphql.md @@ -1,23 +1,22 @@ # API Documentation -- [API Documentation](#api-documentation) - - [Characteristics](#characteristics) - - [GraphQL](#graphql) - - [Making API requests](#making-api-requests) - - [Supported clients](#supported-clients) - - [GraphiQL](#graphiql) - - [Postman](#postman) - - [HTTP libraries](#http-libraries) - - [Available information:](#available-information) - - [Examples of queries](#examples-of-queries) - - [Request a single record from a collection](#request-a-single-record-from-a-collection) - - [Request a complete collection](#request-a-complete-collection) - - [Pagination](#pagination) - - [Accessing several resources in a single request](#accessing-several-resources-in-a-single-request) - - [Security limitations](#security-limitations) - - [Example of too deep query](#example-of-too-deep-query) - - [Example of too complex query](#example-of-too-complex-query) - - [Code examples](#code-examples) +- [Characteristics](#characteristics) +- [GraphQL](#graphql) +- [Making API requests](#making-api-requests) + - [Supported clients](#supported-clients) + - [GraphiQL](#graphiql) + - [Postman](#postman) + - [HTTP libraries](#http-libraries) +- [Available information:](#available-information) +- [Examples of queries](#examples-of-queries) + - [Request a single record from a collection](#request-a-single-record-from-a-collection) + - [Request a complete collection](#request-a-complete-collection) + - [Pagination](#pagination) + - [Accessing several resources in a single request](#accessing-several-resources-in-a-single-request) +- [Security limitations](#security-limitations) + - [Example of too deep query](#example-of-too-deep-query) + - [Example of too complex query](#example-of-too-complex-query) +- [Code examples](#code-examples) ## Characteristics