From 2991d54fbdf23fcdd1dfc489986218fecf0cbc6d Mon Sep 17 00:00:00 2001 From: emdzej Date: Mon, 18 Aug 2025 13:05:07 +0200 Subject: [PATCH] docs: fix warning block --- .../api_scraping/graphql_scraping/introspection.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sources/academy/webscraping/api_scraping/graphql_scraping/introspection.md b/sources/academy/webscraping/api_scraping/graphql_scraping/introspection.md index f3016b87a5..2cb6bc46de 100644 --- a/sources/academy/webscraping/api_scraping/graphql_scraping/introspection.md +++ b/sources/academy/webscraping/api_scraping/graphql_scraping/introspection.md @@ -19,7 +19,11 @@ Not only does becoming comfortable with and understanding the ins and outs of us ## Making the query {#making-the-query} -! Cheddar website was changed and the below example no longer works there. Nonetheless, the general approach is still viable on some websites even though introspection is disabled on most. +:::warning + +Cheddar website was changed and the below example no longer works there. Nonetheless, the general approach is still viable on some websites even though introspection is disabled on most. + +::: In order to perform introspection on our [target website](https://www.cheddar.com), we need to make a request to their GraphQL API with this introspection query using [Insomnia](../../../glossary/tools/insomnia.md) or another HTTP client that supports GraphQL: