Skip to content

Commit fee1376

Browse files
authored
docs: Update queries.md (#1134)
1 parent 9c47a0d commit fee1376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Queries
55

66
## Query Basics
77

8-
A query is a declarative dependency on an asynchronous source of data that is tied to a **unique key**
8+
A query is a declarative dependency on an asynchronous source of data that is tied to a **unique key**. A query can be used with any Promise based method (including GET and POST methods) to fetch data from a server. If your method modifies data on the server, we recommend using [Mutations](https://react-query.tanstack.com/docs/guides/mutations) instead.
99

1010
To subscribe to a query in your components or custom hooks, call the `useQuery` hook with at least:
1111

0 commit comments

Comments
 (0)