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
Hi, I recently implemented a feature which uses GraphQL Extensions and I'm trying to write a test which validates that they're being returned properly. It looks like extensions are available in the GraphQlResponse class but aren't available in the GraphQlTester.Response interface. Is there another way to access them, and if not, would it be possible to extend the interface to include extensions?