[graphql] Convert to using the new query interpreter runtime
Compare changes
Files
8- Brett Walker authored
When using `resolve` in GraphqlHelpers, the arguments must be passed in a certain way. For this transition, we can indicate how we want the arguments handled.
ee/spec/graphql/resolvers/compliance_management/merge_requests/compliance_violation_resolver_spec.rb
+ 6
− 5
@@ -2,7 +2,7 @@
@@ -18,6 +18,7 @@
@@ -27,7 +28,7 @@
@@ -57,9 +58,9 @@