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
{{ message }}
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
Instead of many permutations of assert_execute_*, let's just have our tests invoke GraphQL.execute, get the response (which may or may not include errors) and check assert on the response directly.
GraphQL.execute is now easier to use because of the use of keyword lists. It means we don't need all of the assert permutations to make it usable anymore.