We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79acc14 commit be96f3bCopy full SHA for be96f3b
src/pages/learn/debug-errors.mdx
@@ -39,7 +39,7 @@ and may allow `GET` for queries.
39
### Common causes
40
41
- Sending a `PUT` or `DELETE` request instead of `POST` or `GET`
42
-- Sending a `GET` request for a mutation
+- Sending a `GET` request for a mutation, or to a server that only supports `POST` requests
43
44
### How to debug
45
0 commit comments