@@ -210,7 +210,7 @@ describe('Execute: Handles list nullability', () => {
210
210
errors : [
211
211
{
212
212
message :
213
- 'Cannot return null for non-nullable field DataType.test.' ,
213
+ 'Cannot return null for non-nullable field DataType.test. Value null cannot be converted to [Int]! ' ,
214
214
locations : [ { line : 1 , column : 10 } ] ,
215
215
path : [ 'nest' , 'test' ] ,
216
216
} ,
@@ -239,7 +239,7 @@ describe('Execute: Handles list nullability', () => {
239
239
errors : [
240
240
{
241
241
message :
242
- 'Cannot return null for non-nullable field DataType.test.' ,
242
+ 'Cannot return null for non-nullable field DataType.test. Value null cannot be converted to [Int]! ' ,
243
243
locations : [ { line : 1 , column : 10 } ] ,
244
244
path : [ 'nest' , 'test' ] ,
245
245
} ,
@@ -313,7 +313,7 @@ describe('Execute: Handles list nullability', () => {
313
313
errors : [
314
314
{
315
315
message :
316
- 'Cannot return null for non-nullable field DataType.test.' ,
316
+ 'Cannot return null for non-nullable field DataType.test. Value null cannot be converted to Int! ' ,
317
317
locations : [ { line : 1 , column : 10 } ] ,
318
318
path : [ 'nest' , 'test' , 1 ] ,
319
319
} ,
@@ -337,7 +337,7 @@ describe('Execute: Handles list nullability', () => {
337
337
errors : [
338
338
{
339
339
message :
340
- 'Cannot return null for non-nullable field DataType.test.' ,
340
+ 'Cannot return null for non-nullable field DataType.test. Value null cannot be converted to Int! ' ,
341
341
locations : [ { line : 1 , column : 10 } ] ,
342
342
path : [ 'nest' , 'test' , 1 ] ,
343
343
} ,
@@ -380,7 +380,7 @@ describe('Execute: Handles list nullability', () => {
380
380
errors : [
381
381
{
382
382
message :
383
- 'Cannot return null for non-nullable field DataType.test.' ,
383
+ 'Cannot return null for non-nullable field DataType.test. Value null cannot be converted to Int! ' ,
384
384
locations : [ { line : 1 , column : 10 } ] ,
385
385
path : [ 'nest' , 'test' , 1 ] ,
386
386
} ,
@@ -424,7 +424,7 @@ describe('Execute: Handles list nullability', () => {
424
424
errors : [
425
425
{
426
426
message :
427
- 'Cannot return null for non-nullable field DataType.test.' ,
427
+ 'Cannot return null for non-nullable field DataType.test. Value null cannot be converted to Int! ' ,
428
428
locations : [ { line : 1 , column : 10 } ] ,
429
429
path : [ 'nest' , 'test' , 1 ] ,
430
430
} ,
@@ -439,7 +439,7 @@ describe('Execute: Handles list nullability', () => {
439
439
errors : [
440
440
{
441
441
message :
442
- 'Cannot return null for non-nullable field DataType.test.' ,
442
+ 'Cannot return null for non-nullable field DataType.test. Value null cannot be converted to [Int!]! ' ,
443
443
locations : [ { line : 1 , column : 10 } ] ,
444
444
path : [ 'nest' , 'test' ] ,
445
445
} ,
@@ -461,7 +461,7 @@ describe('Execute: Handles list nullability', () => {
461
461
errors : [
462
462
{
463
463
message :
464
- 'Cannot return null for non-nullable field DataType.test.' ,
464
+ 'Cannot return null for non-nullable field DataType.test. Value null cannot be converted to Int! ' ,
465
465
locations : [ { line : 1 , column : 10 } ] ,
466
466
path : [ 'nest' , 'test' , 1 ] ,
467
467
} ,
@@ -476,7 +476,7 @@ describe('Execute: Handles list nullability', () => {
476
476
errors : [
477
477
{
478
478
message :
479
- 'Cannot return null for non-nullable field DataType.test.' ,
479
+ 'Cannot return null for non-nullable field DataType.test. Value null cannot be converted to [Int!]! ' ,
480
480
locations : [ { line : 1 , column : 10 } ] ,
481
481
path : [ 'nest' , 'test' ] ,
482
482
} ,
@@ -514,7 +514,7 @@ describe('Execute: Handles list nullability', () => {
514
514
errors : [
515
515
{
516
516
message :
517
- 'Cannot return null for non-nullable field DataType.test.' ,
517
+ 'Cannot return null for non-nullable field DataType.test. Value null cannot be converted to Int! ' ,
518
518
locations : [ { line : 1 , column : 10 } ] ,
519
519
path : [ 'nest' , 'test' , 1 ] ,
520
520
} ,
0 commit comments