Skip to content

Commit b658d97

Browse files
committed
switch line column order
1 parent 990e60b commit b658d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ Output:
9595
{
9696
"locations": [
9797
{
98-
"column": 3,
99-
"line": 1
98+
"line": 1,
99+
"column": 3
100100
}
101101
],
102102
"message": "Cannot query field \"boyhowdy\" on type \"RootQueryType\"."

0 commit comments

Comments
 (0)