@@ -210,7 +210,7 @@ describe('Execute: Handles list nullability', () => {
210210 errors : [
211211 {
212212 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]! ' ,
214214 locations : [ { line : 1 , column : 10 } ] ,
215215 path : [ 'nest' , 'test' ] ,
216216 } ,
@@ -239,7 +239,7 @@ describe('Execute: Handles list nullability', () => {
239239 errors : [
240240 {
241241 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]! ' ,
243243 locations : [ { line : 1 , column : 10 } ] ,
244244 path : [ 'nest' , 'test' ] ,
245245 } ,
@@ -313,7 +313,7 @@ describe('Execute: Handles list nullability', () => {
313313 errors : [
314314 {
315315 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! ' ,
317317 locations : [ { line : 1 , column : 10 } ] ,
318318 path : [ 'nest' , 'test' , 1 ] ,
319319 } ,
@@ -337,7 +337,7 @@ describe('Execute: Handles list nullability', () => {
337337 errors : [
338338 {
339339 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! ' ,
341341 locations : [ { line : 1 , column : 10 } ] ,
342342 path : [ 'nest' , 'test' , 1 ] ,
343343 } ,
@@ -380,7 +380,7 @@ describe('Execute: Handles list nullability', () => {
380380 errors : [
381381 {
382382 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! ' ,
384384 locations : [ { line : 1 , column : 10 } ] ,
385385 path : [ 'nest' , 'test' , 1 ] ,
386386 } ,
@@ -424,7 +424,7 @@ describe('Execute: Handles list nullability', () => {
424424 errors : [
425425 {
426426 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! ' ,
428428 locations : [ { line : 1 , column : 10 } ] ,
429429 path : [ 'nest' , 'test' , 1 ] ,
430430 } ,
@@ -439,7 +439,7 @@ describe('Execute: Handles list nullability', () => {
439439 errors : [
440440 {
441441 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!]! ' ,
443443 locations : [ { line : 1 , column : 10 } ] ,
444444 path : [ 'nest' , 'test' ] ,
445445 } ,
@@ -461,7 +461,7 @@ describe('Execute: Handles list nullability', () => {
461461 errors : [
462462 {
463463 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! ' ,
465465 locations : [ { line : 1 , column : 10 } ] ,
466466 path : [ 'nest' , 'test' , 1 ] ,
467467 } ,
@@ -476,7 +476,7 @@ describe('Execute: Handles list nullability', () => {
476476 errors : [
477477 {
478478 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!]! ' ,
480480 locations : [ { line : 1 , column : 10 } ] ,
481481 path : [ 'nest' , 'test' ] ,
482482 } ,
@@ -514,7 +514,7 @@ describe('Execute: Handles list nullability', () => {
514514 errors : [
515515 {
516516 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! ' ,
518518 locations : [ { line : 1 , column : 10 } ] ,
519519 path : [ 'nest' , 'test' , 1 ] ,
520520 } ,
0 commit comments