Skip to content

Commit

Permalink
Fixed failing data tests (#5292)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn committed Aug 11, 2022
1 parent f284264 commit 74f969e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 44 deletions.
@@ -1,24 +1,19 @@
{
"errors": [
{
"message": "The provided value for filter \u0060all\u0060 of type FooNestedFilterInput is invalid. Null values are not supported.",
"message": "Unexpected Execution Error",
"locations": [
{
"line": 1,
"column": 35
"line": 2,
"column": 25
}
],
"path": [
"root"
],
"extensions": {
"code": "HC0026",
"expectedType": "FooNestedFilterInput!",
"filterType": "FooNestedFilterInput"
}
]
}
],
"data": {
"root": []
"root": null
}
}
}
@@ -1,24 +1,19 @@
{
"errors": [
{
"message": "The provided value for filter \u0060all\u0060 of type FooNestedFilterInput is invalid. Null values are not supported.",
"message": "Unexpected Execution Error",
"locations": [
{
"line": 1,
"column": 35
"line": 2,
"column": 25
}
],
"path": [
"root"
],
"extensions": {
"code": "HC0026",
"expectedType": "FooNestedFilterInput!",
"filterType": "FooNestedFilterInput"
}
]
}
],
"data": {
"root": []
"root": null
}
}
}
@@ -1,24 +1,19 @@
{
"errors": [
{
"message": "The provided value for filter \u0060all\u0060 of type FooNestedFilterInput is invalid. Null values are not supported.",
"message": "Unexpected Execution Error",
"locations": [
{
"line": 1,
"column": 35
"line": 2,
"column": 25
}
],
"path": [
"root"
],
"extensions": {
"code": "HC0026",
"expectedType": "FooNestedFilterInput!",
"filterType": "FooNestedFilterInput"
}
]
}
],
"data": {
"root": []
"root": null
}
}
}
@@ -1,24 +1,19 @@
{
"errors": [
{
"message": "The provided value for filter \u0060all\u0060 of type FooNestedFilterInput is invalid. Null values are not supported.",
"message": "Unexpected Execution Error",
"locations": [
{
"line": 1,
"column": 35
"line": 2,
"column": 25
}
],
"path": [
"root"
],
"extensions": {
"code": "HC0026",
"expectedType": "FooNestedFilterInput!",
"filterType": "FooNestedFilterInput"
}
]
}
],
"data": {
"root": []
"root": null
}
}
}

0 comments on commit 74f969e

Please sign in to comment.