From 4be2a231f9bb3bf2fc3a9b3d3a05f51a8d3730a4 Mon Sep 17 00:00:00 2001 From: davhojt Date: Thu, 30 Mar 2023 02:31:13 +0300 Subject: [PATCH] docs(graphql): add link to GraphiQL --- subjects/graphql/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subjects/graphql/README.md b/subjects/graphql/README.md index 90af2a2e5..a28641f74 100644 --- a/subjects/graphql/README.md +++ b/subjects/graphql/README.md @@ -176,6 +176,8 @@ curl --location 'https://content.01-edu.org/api/graphql-engine/v1/graphql' \ In GraphQL, the usage of arguments are specified in the schema. You can see the available query parameters by introspecting the API. +> If you're logged in to the platform, you may access [GraphiQL](https://((DOMAIN))/graphiql), to more easily explore the schema. + Example of nesting, using the result and user table : ```js