You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/pages/en/querying/querying-best-practices.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ GraphQL is a language and set of conventions that transport over HTTP.
69
69
70
70
It means that you can query a GraphQL API using standard `fetch` (natively or via `@whatwg-node/fetch` or `isomorphic-fetch`).
71
71
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:
73
73
74
74
- Cross-chain Subgraph Handling: Querying from multiple subgraphs in a single query
0 commit comments