Hi! I see errors ``` decoding response: json: cannot unmarshal string into Go struct field graphResponse.Errors of type graphql.graphErr ``` So, how I can easily print raw response without changing the library?
Hi!
I see errors
So, how I can easily print raw response without changing the library?