Skip to content

Commit 2991d54

Browse files
committed
docs: fix warning block
1 parent bfdb768 commit 2991d54

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sources/academy/webscraping/api_scraping/graphql_scraping/introspection.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ Not only does becoming comfortable with and understanding the ins and outs of us
1919

2020
## Making the query {#making-the-query}
2121

22-
! 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.
22+
:::warning
23+
24+
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.
25+
26+
:::
2327

2428
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:
2529

0 commit comments

Comments
 (0)