@@ -776,6 +776,94 @@ GraphQLSchema {
776
776
}
777
777
` ;
778
778
779
+ exports [` update with no row matched works 1` ] = `
780
+ GraphQLSchema {
781
+ " __allowedLegacyNames" : Array [],
782
+ " __validationErrors" : undefined ,
783
+ " _directives" : Array [
784
+ " @include" ,
785
+ " @skip" ,
786
+ " @deprecated" ,
787
+ ],
788
+ " _implementations" : Object {
789
+ " Node" : Array [
790
+ " Query" ,
791
+ " Child" ,
792
+ " Parent" ,
793
+ ],
794
+ },
795
+ " _mutationType" : " Mutation" ,
796
+ " _possibleTypeMap" : undefined ,
797
+ " _queryType" : " Query" ,
798
+ " _subscriptionType" : undefined ,
799
+ " _typeMap" : Object {
800
+ " Boolean" : " Boolean" ,
801
+ " Child" : " Child" ,
802
+ " ChildChildPkeyConnect" : " ChildChildPkeyConnect" ,
803
+ " ChildCondition" : " ChildCondition" ,
804
+ " ChildInput" : " ChildInput" ,
805
+ " ChildNodeIdConnect" : " ChildNodeIdConnect" ,
806
+ " ChildOnChildForChildParentFkeyNodeIdUpdate" : " ChildOnChildForChildParentFkeyNodeIdUpdate" ,
807
+ " ChildOnChildForChildParentFkeyUsingChildPkeyUpdate" : " ChildOnChildForChildParentFkeyUsingChildPkeyUpdate" ,
808
+ " ChildParentFkeyChildCreateInput" : " ChildParentFkeyChildCreateInput" ,
809
+ " ChildParentFkeyInput" : " ChildParentFkeyInput" ,
810
+ " ChildParentFkeyInverseInput" : " ChildParentFkeyInverseInput" ,
811
+ " ChildParentFkeyParentCreateInput" : " ChildParentFkeyParentCreateInput" ,
812
+ " ChildPatch" : " ChildPatch" ,
813
+ " ChildrenConnection" : " ChildrenConnection" ,
814
+ " ChildrenEdge" : " ChildrenEdge" ,
815
+ " ChildrenOrderBy" : " ChildrenOrderBy" ,
816
+ " CreateChildInput" : " CreateChildInput" ,
817
+ " CreateChildPayload" : " CreateChildPayload" ,
818
+ " CreateParentInput" : " CreateParentInput" ,
819
+ " CreateParentPayload" : " CreateParentPayload" ,
820
+ " Cursor" : " Cursor" ,
821
+ " DeleteChildByIdInput" : " DeleteChildByIdInput" ,
822
+ " DeleteChildInput" : " DeleteChildInput" ,
823
+ " DeleteChildPayload" : " DeleteChildPayload" ,
824
+ " DeleteParentByIdInput" : " DeleteParentByIdInput" ,
825
+ " DeleteParentInput" : " DeleteParentInput" ,
826
+ " DeleteParentPayload" : " DeleteParentPayload" ,
827
+ " ID" : " ID" ,
828
+ " Int" : " Int" ,
829
+ " Mutation" : " Mutation" ,
830
+ " Node" : " Node" ,
831
+ " PageInfo" : " PageInfo" ,
832
+ " Parent" : " Parent" ,
833
+ " ParentCondition" : " ParentCondition" ,
834
+ " ParentInput" : " ParentInput" ,
835
+ " ParentNodeIdConnect" : " ParentNodeIdConnect" ,
836
+ " ParentOnChildForChildParentFkeyNodeIdUpdate" : " ParentOnChildForChildParentFkeyNodeIdUpdate" ,
837
+ " ParentOnChildForChildParentFkeyUsingParentPkeyUpdate" : " ParentOnChildForChildParentFkeyUsingParentPkeyUpdate" ,
838
+ " ParentParentPkeyConnect" : " ParentParentPkeyConnect" ,
839
+ " ParentPatch" : " ParentPatch" ,
840
+ " ParentsConnection" : " ParentsConnection" ,
841
+ " ParentsEdge" : " ParentsEdge" ,
842
+ " ParentsOrderBy" : " ParentsOrderBy" ,
843
+ " Query" : " Query" ,
844
+ " String" : " String" ,
845
+ " UpdateChildByIdInput" : " UpdateChildByIdInput" ,
846
+ " UpdateChildInput" : " UpdateChildInput" ,
847
+ " UpdateChildPayload" : " UpdateChildPayload" ,
848
+ " UpdateParentByIdInput" : " UpdateParentByIdInput" ,
849
+ " UpdateParentInput" : " UpdateParentInput" ,
850
+ " UpdateParentPayload" : " UpdateParentPayload" ,
851
+ " __Directive" : " __Directive" ,
852
+ " __DirectiveLocation" : " __DirectiveLocation" ,
853
+ " __EnumValue" : " __EnumValue" ,
854
+ " __Field" : " __Field" ,
855
+ " __InputValue" : " __InputValue" ,
856
+ " __Schema" : " __Schema" ,
857
+ " __Type" : " __Type" ,
858
+ " __TypeKind" : " __TypeKind" ,
859
+ " updateChildOnChildForChildParentFkeyPatch" : " updateChildOnChildForChildParentFkeyPatch" ,
860
+ " updateParentOnChildForChildParentFkeyPatch" : " updateParentOnChildForChildParentFkeyPatch" ,
861
+ },
862
+ " astNode" : undefined ,
863
+ " extensionASTNodes" : undefined ,
864
+ }
865
+ ` ;
866
+
779
867
exports [` updateByNodeId does not error 1` ] = `
780
868
GraphQLSchema {
781
869
" __allowedLegacyNames" : Array [],
0 commit comments