You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am upgrade the graphql gem from 1.8 to the latest version of 1.x(currently is 1.13.25). The current codebase has a lot of test cases to test a single field's resolve function such as:
But now the resolve function on longer works in v1.13.25. I notice that v2.x has some helper methods for it: https://graphql-ruby.org/testing/helper. But is there something similar in v1.13?