Skip to content

Commit 04fb26f

Browse files
Update src/pages/learn/debug-errors.mdx
Co-authored-by: Benjie <[email protected]>
1 parent f2c2305 commit 04fb26f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/pages/learn/debug-errors.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ When building or consuming a GraphQL API over HTTP, it's common to run into
44
errors, especially during development. Understanding how to recognize and resolve these issues
55
can save you time and frustration.
66

7-
This guide outlines common `graphql-http` errors, what they mean, and how to debug them
8-
effectively. These examples assume you're using the
9-
[GraphQL over HTTP specification](https://graphql.github.io/graphql-over-http/draft/)
10-
and an implementation such as [`graphql-http`](https://github.com/graphql/graphql-http) or any
11-
server that follows the spec.
7+
This guide outlines common errors, what they mean, and how to debug them
8+
effectively. These examples relate to servers that implement the
9+
[GraphQL over HTTP specification](https://graphql.github.io/graphql-over-http/draft/). Different servers may produce different error messages and status codes in some circumstances, so this document should be treated as a general guide rather than a canonical reference.
1210

1311
## `400 Bad Request`: Syntax or parse errors
1412

0 commit comments

Comments
 (0)