Skip to content

Commit b742cc9

Browse files
idalithbbenface
andauthored
Update website/pages/en/querying/querying-best-practices.mdx
Co-authored-by: Benoît Rouleau <[email protected]>
1 parent 1e5912f commit b742cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/querying/querying-best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ GraphQL is a language and set of conventions that transport over HTTP.
6969

7070
It means that you can query a GraphQL API using standard `fetch` (natively or via `@whatwg-node/fetch` or `isomorphic-fetch`).
7171

72-
However, as mentioned in ["Querying from an Application"](/querying/querying-from-an-application), it's recommend to use `graph-client`, which supports the following unique features:
72+
However, as mentioned in ["Querying from an Application"](/querying/querying-from-an-application), it's recommended to use `graph-client`, which supports the following unique features:
7373

7474
- Cross-chain Subgraph Handling: Querying from multiple subgraphs in a single query
7575
- [Automatic Block Tracking](https://github.com/graphprotocol/graph-client/blob/main/packages/block-tracking/README.md)

0 commit comments

Comments
 (0)