Skip to content

Commit 8669fad

Browse files
authored
docs: Elaborate on usage of queries (#1133)
1 parent 6756050 commit 8669fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/docs/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-
In React Query, a query is a declarative dependency on some asynchronous source of data.
8+
In React Query, a query is a declarative dependency on some asynchronous source of data. 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 make a new query, call the `useQuery` hook with at least:
1111

0 commit comments

Comments
 (0)