@@ -1866,6 +1866,103 @@ GraphQLSchema {
1866
1866
}
1867
1867
` ;
1868
1868
1869
+ exports [` forward nested mutation with updateById and deleteById succeeds 1` ] = `
1870
+ GraphQLSchema {
1871
+ " __validationErrors" : Array [],
1872
+ " _directives" : Array [
1873
+ " @include" ,
1874
+ " @skip" ,
1875
+ " @deprecated" ,
1876
+ " @specifiedBy" ,
1877
+ ],
1878
+ " _implementationsMap" : Object {
1879
+ " Node" : Object {
1880
+ " interfaces" : Array [],
1881
+ " objects" : Array [
1882
+ " Query" ,
1883
+ " Child" ,
1884
+ " Parent" ,
1885
+ ],
1886
+ },
1887
+ },
1888
+ " _mutationType" : " Mutation" ,
1889
+ " _queryType" : " Query" ,
1890
+ " _subTypeMap" : Object {},
1891
+ " _subscriptionType" : undefined ,
1892
+ " _typeMap" : Object {
1893
+ " Boolean" : " Boolean" ,
1894
+ " Child" : " Child" ,
1895
+ " ChildChildPkeyConnect" : " ChildChildPkeyConnect" ,
1896
+ " ChildChildPkeyDelete" : " ChildChildPkeyDelete" ,
1897
+ " ChildCondition" : " ChildCondition" ,
1898
+ " ChildInput" : " ChildInput" ,
1899
+ " ChildNodeIdConnect" : " ChildNodeIdConnect" ,
1900
+ " ChildNodeIdDelete" : " ChildNodeIdDelete" ,
1901
+ " ChildOnChildForChildParentFkeyNodeIdUpdate" : " ChildOnChildForChildParentFkeyNodeIdUpdate" ,
1902
+ " ChildOnChildForChildParentFkeyUsingChildPkeyUpdate" : " ChildOnChildForChildParentFkeyUsingChildPkeyUpdate" ,
1903
+ " ChildParentFkeyChildCreateInput" : " ChildParentFkeyChildCreateInput" ,
1904
+ " ChildParentFkeyInput" : " ChildParentFkeyInput" ,
1905
+ " ChildParentFkeyInverseInput" : " ChildParentFkeyInverseInput" ,
1906
+ " ChildParentFkeyParentCreateInput" : " ChildParentFkeyParentCreateInput" ,
1907
+ " ChildPatch" : " ChildPatch" ,
1908
+ " ChildrenConnection" : " ChildrenConnection" ,
1909
+ " ChildrenEdge" : " ChildrenEdge" ,
1910
+ " ChildrenOrderBy" : " ChildrenOrderBy" ,
1911
+ " CreateChildInput" : " CreateChildInput" ,
1912
+ " CreateChildPayload" : " CreateChildPayload" ,
1913
+ " CreateParentInput" : " CreateParentInput" ,
1914
+ " CreateParentPayload" : " CreateParentPayload" ,
1915
+ " Cursor" : " Cursor" ,
1916
+ " DeleteChildByIdInput" : " DeleteChildByIdInput" ,
1917
+ " DeleteChildInput" : " DeleteChildInput" ,
1918
+ " DeleteChildPayload" : " DeleteChildPayload" ,
1919
+ " DeleteParentByIdInput" : " DeleteParentByIdInput" ,
1920
+ " DeleteParentInput" : " DeleteParentInput" ,
1921
+ " DeleteParentPayload" : " DeleteParentPayload" ,
1922
+ " ID" : " ID" ,
1923
+ " Int" : " Int" ,
1924
+ " Mutation" : " Mutation" ,
1925
+ " Node" : " Node" ,
1926
+ " PageInfo" : " PageInfo" ,
1927
+ " Parent" : " Parent" ,
1928
+ " ParentCondition" : " ParentCondition" ,
1929
+ " ParentInput" : " ParentInput" ,
1930
+ " ParentNodeIdConnect" : " ParentNodeIdConnect" ,
1931
+ " ParentNodeIdDelete" : " ParentNodeIdDelete" ,
1932
+ " ParentOnChildForChildParentFkeyNodeIdUpdate" : " ParentOnChildForChildParentFkeyNodeIdUpdate" ,
1933
+ " ParentOnChildForChildParentFkeyUsingParentPkeyUpdate" : " ParentOnChildForChildParentFkeyUsingParentPkeyUpdate" ,
1934
+ " ParentParentPkeyConnect" : " ParentParentPkeyConnect" ,
1935
+ " ParentParentPkeyDelete" : " ParentParentPkeyDelete" ,
1936
+ " ParentPatch" : " ParentPatch" ,
1937
+ " ParentsConnection" : " ParentsConnection" ,
1938
+ " ParentsEdge" : " ParentsEdge" ,
1939
+ " ParentsOrderBy" : " ParentsOrderBy" ,
1940
+ " Query" : " Query" ,
1941
+ " String" : " String" ,
1942
+ " UpdateChildByIdInput" : " UpdateChildByIdInput" ,
1943
+ " UpdateChildInput" : " UpdateChildInput" ,
1944
+ " UpdateChildPayload" : " UpdateChildPayload" ,
1945
+ " UpdateParentByIdInput" : " UpdateParentByIdInput" ,
1946
+ " UpdateParentInput" : " UpdateParentInput" ,
1947
+ " UpdateParentPayload" : " UpdateParentPayload" ,
1948
+ " __Directive" : " __Directive" ,
1949
+ " __DirectiveLocation" : " __DirectiveLocation" ,
1950
+ " __EnumValue" : " __EnumValue" ,
1951
+ " __Field" : " __Field" ,
1952
+ " __InputValue" : " __InputValue" ,
1953
+ " __Schema" : " __Schema" ,
1954
+ " __Type" : " __Type" ,
1955
+ " __TypeKind" : " __TypeKind" ,
1956
+ " updateChildOnChildForChildParentFkeyPatch" : " updateChildOnChildForChildParentFkeyPatch" ,
1957
+ " updateParentOnChildForChildParentFkeyPatch" : " updateParentOnChildForChildParentFkeyPatch" ,
1958
+ },
1959
+ " astNode" : undefined ,
1960
+ " description" : undefined ,
1961
+ " extensionASTNodes" : undefined ,
1962
+ " extensions" : undefined ,
1963
+ }
1964
+ ` ;
1965
+
1869
1966
exports [` reverse deeply nested mutation with nested updateById 1` ] = `
1870
1967
GraphQLSchema {
1871
1968
" __validationErrors" : Array [],
0 commit comments