Skip to content

Commit

Permalink
Update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-tengler committed Mar 24, 2024
1 parent 0cca869 commit c6fa327
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,78 @@ query ReformatIds {
```json
{
"errors": [
{
"message": "Cannot return null for non-nullable field.",
"locations": [
{
"line": 5,
"column": 13
}
],
"path": [
"reviews",
3,
"author",
"birthdate"
],
"extensions": {
"code": "HC0018"
}
},
{
"message": "Cannot return null for non-nullable field.",
"locations": [
{
"line": 5,
"column": 13
}
],
"path": [
"reviews",
2,
"author",
"birthdate"
],
"extensions": {
"code": "HC0018"
}
},
{
"message": "Cannot return null for non-nullable field.",
"locations": [
{
"line": 5,
"column": 13
}
],
"path": [
"reviews",
1,
"author",
"birthdate"
],
"extensions": {
"code": "HC0018"
}
},
{
"message": "Cannot return null for non-nullable field.",
"locations": [
{
"line": 5,
"column": 13
}
],
"path": [
"reviews",
0,
"author",
"birthdate"
],
"extensions": {
"code": "HC0018"
}
},
{
"message": "Internal Execution Error"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,78 @@ query ReformatIds {
```json
{
"errors": [
{
"message": "Cannot return null for non-nullable field.",
"locations": [
{
"line": 5,
"column": 13
}
],
"path": [
"reviews",
3,
"author",
"birthdate"
],
"extensions": {
"code": "HC0018"
}
},
{
"message": "Cannot return null for non-nullable field.",
"locations": [
{
"line": 5,
"column": 13
}
],
"path": [
"reviews",
2,
"author",
"birthdate"
],
"extensions": {
"code": "HC0018"
}
},
{
"message": "Cannot return null for non-nullable field.",
"locations": [
{
"line": 5,
"column": 13
}
],
"path": [
"reviews",
1,
"author",
"birthdate"
],
"extensions": {
"code": "HC0018"
}
},
{
"message": "Cannot return null for non-nullable field.",
"locations": [
{
"line": 5,
"column": 13
}
],
"path": [
"reviews",
0,
"author",
"birthdate"
],
"extensions": {
"code": "HC0018"
}
},
{
"message": "Internal Execution Error"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,78 @@ query ReformatIds {
```json
{
"errors": [
{
"message": "Cannot return null for non-nullable field.",
"locations": [
{
"line": 5,
"column": 13
}
],
"path": [
"reviews",
3,
"author",
"birthdate"
],
"extensions": {
"code": "HC0018"
}
},
{
"message": "Cannot return null for non-nullable field.",
"locations": [
{
"line": 5,
"column": 13
}
],
"path": [
"reviews",
2,
"author",
"birthdate"
],
"extensions": {
"code": "HC0018"
}
},
{
"message": "Cannot return null for non-nullable field.",
"locations": [
{
"line": 5,
"column": 13
}
],
"path": [
"reviews",
1,
"author",
"birthdate"
],
"extensions": {
"code": "HC0018"
}
},
{
"message": "Cannot return null for non-nullable field.",
"locations": [
{
"line": 5,
"column": 13
}
],
"path": [
"reviews",
0,
"author",
"birthdate"
],
"extensions": {
"code": "HC0018"
}
},
{
"message": "Internal Execution Error"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"errors": [
{
"message": "Cannot return null for non-nullable field.",
"locations": [
{
"line": 2,
"column": 5
}
],
"path": [
"a"
],
"extensions": {
"code": "HC0018"
}
},
{
"message": "Internal Execution Error"
}
Expand Down

0 comments on commit c6fa327

Please sign in to comment.