Closed
Description
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?