@@ -424,6 +424,100 @@ GraphQLSchema {
424
424
}
425
425
` ;
426
426
427
+ exports [` forward nested mutation during update 2` ] = `
428
+ GraphQLSchema {
429
+ " __allowedLegacyNames" : Array [],
430
+ " __validationErrors" : undefined ,
431
+ " _directives" : Array [
432
+ " @include" ,
433
+ " @skip" ,
434
+ " @deprecated" ,
435
+ ],
436
+ " _implementations" : Object {
437
+ " Node" : Array [
438
+ " Query" ,
439
+ " User" ,
440
+ " UserPrivate" ,
441
+ ],
442
+ },
443
+ " _mutationType" : " Mutation" ,
444
+ " _possibleTypeMap" : undefined ,
445
+ " _queryType" : " Query" ,
446
+ " _subscriptionType" : undefined ,
447
+ " _typeMap" : Object {
448
+ " BigInt" : " BigInt" ,
449
+ " Boolean" : " Boolean" ,
450
+ " CreateUserInput" : " CreateUserInput" ,
451
+ " CreateUserPayload" : " CreateUserPayload" ,
452
+ " CreateUserPrivateInput" : " CreateUserPrivateInput" ,
453
+ " CreateUserPrivatePayload" : " CreateUserPrivatePayload" ,
454
+ " Cursor" : " Cursor" ,
455
+ " DeleteUserByIdInput" : " DeleteUserByIdInput" ,
456
+ " DeleteUserByUsernameInput" : " DeleteUserByUsernameInput" ,
457
+ " DeleteUserInput" : " DeleteUserInput" ,
458
+ " DeleteUserPayload" : " DeleteUserPayload" ,
459
+ " DeleteUserPrivateByIdInput" : " DeleteUserPrivateByIdInput" ,
460
+ " DeleteUserPrivateInput" : " DeleteUserPrivateInput" ,
461
+ " DeleteUserPrivatePayload" : " DeleteUserPrivatePayload" ,
462
+ " ID" : " ID" ,
463
+ " Int" : " Int" ,
464
+ " JSON" : " JSON" ,
465
+ " Mutation" : " Mutation" ,
466
+ " Node" : " Node" ,
467
+ " PageInfo" : " PageInfo" ,
468
+ " Query" : " Query" ,
469
+ " String" : " String" ,
470
+ " UpdateUserByIdInput" : " UpdateUserByIdInput" ,
471
+ " UpdateUserByUsernameInput" : " UpdateUserByUsernameInput" ,
472
+ " UpdateUserInput" : " UpdateUserInput" ,
473
+ " UpdateUserPayload" : " UpdateUserPayload" ,
474
+ " UpdateUserPrivateByIdInput" : " UpdateUserPrivateByIdInput" ,
475
+ " UpdateUserPrivateInput" : " UpdateUserPrivateInput" ,
476
+ " UpdateUserPrivatePayload" : " UpdateUserPrivatePayload" ,
477
+ " User" : " User" ,
478
+ " UserCondition" : " UserCondition" ,
479
+ " UserInput" : " UserInput" ,
480
+ " UserNodeIdConnect" : " UserNodeIdConnect" ,
481
+ " UserOnUserPrivateForUserPrivateIdFkeyNodeIdUpdate" : " UserOnUserPrivateForUserPrivateIdFkeyNodeIdUpdate" ,
482
+ " UserOnUserPrivateForUserPrivateIdFkeyUsingUserPkeyUpdate" : " UserOnUserPrivateForUserPrivateIdFkeyUsingUserPkeyUpdate" ,
483
+ " UserOnUserPrivateForUserPrivateIdFkeyUsingUserUsernameKeyUpdate" : " UserOnUserPrivateForUserPrivateIdFkeyUsingUserUsernameKeyUpdate" ,
484
+ " UserPatch" : " UserPatch" ,
485
+ " UserPrivate" : " UserPrivate" ,
486
+ " UserPrivateCondition" : " UserPrivateCondition" ,
487
+ " UserPrivateIdFkeyInput" : " UserPrivateIdFkeyInput" ,
488
+ " UserPrivateIdFkeyInverseInput" : " UserPrivateIdFkeyInverseInput" ,
489
+ " UserPrivateIdFkeyUserCreateInput" : " UserPrivateIdFkeyUserCreateInput" ,
490
+ " UserPrivateIdFkeyUserPrivateCreateInput" : " UserPrivateIdFkeyUserPrivateCreateInput" ,
491
+ " UserPrivateInput" : " UserPrivateInput" ,
492
+ " UserPrivateNodeIdConnect" : " UserPrivateNodeIdConnect" ,
493
+ " UserPrivateOnUserPrivateForUserPrivateIdFkeyNodeIdUpdate" : " UserPrivateOnUserPrivateForUserPrivateIdFkeyNodeIdUpdate" ,
494
+ " UserPrivateOnUserPrivateForUserPrivateIdFkeyUsingUserPrivatePkeyUpdate" : " UserPrivateOnUserPrivateForUserPrivateIdFkeyUsingUserPrivatePkeyUpdate" ,
495
+ " UserPrivatePatch" : " UserPrivatePatch" ,
496
+ " UserPrivateUserPrivatePkeyConnect" : " UserPrivateUserPrivatePkeyConnect" ,
497
+ " UserPrivatesConnection" : " UserPrivatesConnection" ,
498
+ " UserPrivatesEdge" : " UserPrivatesEdge" ,
499
+ " UserPrivatesOrderBy" : " UserPrivatesOrderBy" ,
500
+ " UserUserPkeyConnect" : " UserUserPkeyConnect" ,
501
+ " UserUserUsernameKeyConnect" : " UserUserUsernameKeyConnect" ,
502
+ " UsersConnection" : " UsersConnection" ,
503
+ " UsersEdge" : " UsersEdge" ,
504
+ " UsersOrderBy" : " UsersOrderBy" ,
505
+ " __Directive" : " __Directive" ,
506
+ " __DirectiveLocation" : " __DirectiveLocation" ,
507
+ " __EnumValue" : " __EnumValue" ,
508
+ " __Field" : " __Field" ,
509
+ " __InputValue" : " __InputValue" ,
510
+ " __Schema" : " __Schema" ,
511
+ " __Type" : " __Type" ,
512
+ " __TypeKind" : " __TypeKind" ,
513
+ " updateUserOnUserPrivateForUserPrivateIdFkeyPatch" : " updateUserOnUserPrivateForUserPrivateIdFkeyPatch" ,
514
+ " updateUserPrivateOnUserPrivateForUserPrivateIdFkeyPatch" : " updateUserPrivateOnUserPrivateForUserPrivateIdFkeyPatch" ,
515
+ },
516
+ " astNode" : undefined ,
517
+ " extensionASTNodes" : undefined ,
518
+ }
519
+ ` ;
520
+
427
521
exports [` forward nested mutation with nested update 1` ] = `
428
522
GraphQLSchema {
429
523
" __allowedLegacyNames" : Array [],
0 commit comments