We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8b66b commit f5dd1dfCopy full SHA for f5dd1df
spec/graphql/dataloader_spec.rb
@@ -1019,8 +1019,8 @@ def request_all
1019
res = FiberSchema.execute("mutation { mutation1(argument1: \"abc\") { __typename } mutation2(argument2: \"def\") { __typename } }")
1020
assert_equal({"mutation1"=>nil, "mutation2"=>nil}, res["data"])
1021
expected_errors = [
1022
- "FieldTestError @ [\"mutation2\"], Mutation.mutation2 / Mutation.mutation2",
1023
"FieldTestError @ [\"mutation1\"], Mutation.mutation1 / Mutation.mutation1",
+ "FieldTestError @ [\"mutation2\"], Mutation.mutation2 / Mutation.mutation2",
1024
]
1025
assert_equal expected_errors, res.context[:errors]
1026
end
0 commit comments