@@ -741,6 +741,103 @@ GraphQLSchema {
741
741
}
742
742
` ;
743
743
744
+ exports [` forward nested mutation with empty nested fields succeeds 1` ] = `
745
+ GraphQLSchema {
746
+ " __validationErrors" : Array [],
747
+ " _directives" : Array [
748
+ " @include" ,
749
+ " @skip" ,
750
+ " @deprecated" ,
751
+ " @specifiedBy" ,
752
+ ],
753
+ " _implementationsMap" : Object {
754
+ " Node" : Object {
755
+ " interfaces" : Array [],
756
+ " objects" : Array [
757
+ " Query" ,
758
+ " Child" ,
759
+ " Parent" ,
760
+ ],
761
+ },
762
+ },
763
+ " _mutationType" : " Mutation" ,
764
+ " _queryType" : " Query" ,
765
+ " _subTypeMap" : Object {},
766
+ " _subscriptionType" : undefined ,
767
+ " _typeMap" : Object {
768
+ " Boolean" : " Boolean" ,
769
+ " Child" : " Child" ,
770
+ " ChildChildPkeyConnect" : " ChildChildPkeyConnect" ,
771
+ " ChildChildPkeyDelete" : " ChildChildPkeyDelete" ,
772
+ " ChildCondition" : " ChildCondition" ,
773
+ " ChildInput" : " ChildInput" ,
774
+ " ChildNodeIdConnect" : " ChildNodeIdConnect" ,
775
+ " ChildNodeIdDelete" : " ChildNodeIdDelete" ,
776
+ " ChildOnChildForChildParentFkeyNodeIdUpdate" : " ChildOnChildForChildParentFkeyNodeIdUpdate" ,
777
+ " ChildOnChildForChildParentFkeyUsingChildPkeyUpdate" : " ChildOnChildForChildParentFkeyUsingChildPkeyUpdate" ,
778
+ " ChildParentFkeyChildCreateInput" : " ChildParentFkeyChildCreateInput" ,
779
+ " ChildParentFkeyInput" : " ChildParentFkeyInput" ,
780
+ " ChildParentFkeyInverseInput" : " ChildParentFkeyInverseInput" ,
781
+ " ChildParentFkeyParentCreateInput" : " ChildParentFkeyParentCreateInput" ,
782
+ " ChildPatch" : " ChildPatch" ,
783
+ " ChildrenConnection" : " ChildrenConnection" ,
784
+ " ChildrenEdge" : " ChildrenEdge" ,
785
+ " ChildrenOrderBy" : " ChildrenOrderBy" ,
786
+ " CreateChildInput" : " CreateChildInput" ,
787
+ " CreateChildPayload" : " CreateChildPayload" ,
788
+ " CreateParentInput" : " CreateParentInput" ,
789
+ " CreateParentPayload" : " CreateParentPayload" ,
790
+ " Cursor" : " Cursor" ,
791
+ " DeleteChildByIdInput" : " DeleteChildByIdInput" ,
792
+ " DeleteChildInput" : " DeleteChildInput" ,
793
+ " DeleteChildPayload" : " DeleteChildPayload" ,
794
+ " DeleteParentByIdInput" : " DeleteParentByIdInput" ,
795
+ " DeleteParentInput" : " DeleteParentInput" ,
796
+ " DeleteParentPayload" : " DeleteParentPayload" ,
797
+ " ID" : " ID" ,
798
+ " Int" : " Int" ,
799
+ " Mutation" : " Mutation" ,
800
+ " Node" : " Node" ,
801
+ " PageInfo" : " PageInfo" ,
802
+ " Parent" : " Parent" ,
803
+ " ParentCondition" : " ParentCondition" ,
804
+ " ParentInput" : " ParentInput" ,
805
+ " ParentNodeIdConnect" : " ParentNodeIdConnect" ,
806
+ " ParentNodeIdDelete" : " ParentNodeIdDelete" ,
807
+ " ParentOnChildForChildParentFkeyNodeIdUpdate" : " ParentOnChildForChildParentFkeyNodeIdUpdate" ,
808
+ " ParentOnChildForChildParentFkeyUsingParentPkeyUpdate" : " ParentOnChildForChildParentFkeyUsingParentPkeyUpdate" ,
809
+ " ParentParentPkeyConnect" : " ParentParentPkeyConnect" ,
810
+ " ParentParentPkeyDelete" : " ParentParentPkeyDelete" ,
811
+ " ParentPatch" : " ParentPatch" ,
812
+ " ParentsConnection" : " ParentsConnection" ,
813
+ " ParentsEdge" : " ParentsEdge" ,
814
+ " ParentsOrderBy" : " ParentsOrderBy" ,
815
+ " Query" : " Query" ,
816
+ " String" : " String" ,
817
+ " UpdateChildByIdInput" : " UpdateChildByIdInput" ,
818
+ " UpdateChildInput" : " UpdateChildInput" ,
819
+ " UpdateChildPayload" : " UpdateChildPayload" ,
820
+ " UpdateParentByIdInput" : " UpdateParentByIdInput" ,
821
+ " UpdateParentInput" : " UpdateParentInput" ,
822
+ " UpdateParentPayload" : " UpdateParentPayload" ,
823
+ " __Directive" : " __Directive" ,
824
+ " __DirectiveLocation" : " __DirectiveLocation" ,
825
+ " __EnumValue" : " __EnumValue" ,
826
+ " __Field" : " __Field" ,
827
+ " __InputValue" : " __InputValue" ,
828
+ " __Schema" : " __Schema" ,
829
+ " __Type" : " __Type" ,
830
+ " __TypeKind" : " __TypeKind" ,
831
+ " updateChildOnChildForChildParentFkeyPatch" : " updateChildOnChildForChildParentFkeyPatch" ,
832
+ " updateParentOnChildForChildParentFkeyPatch" : " updateParentOnChildForChildParentFkeyPatch" ,
833
+ },
834
+ " astNode" : undefined ,
835
+ " description" : undefined ,
836
+ " extensionASTNodes" : undefined ,
837
+ " extensions" : undefined ,
838
+ }
839
+ ` ;
840
+
744
841
exports [` forward nested mutation with null nested fields succeeds 1` ] = `
745
842
GraphQLSchema {
746
843
" __validationErrors" : Array [],
0 commit comments