func UnmarshalGraphQL(data []byte, v any) error
UnmarshalGraphQL parses the JSON-encoded GraphQL response data and stores the result in the GraphQL query data structure pointed to by v.
The implementation is created on top of the JSON tokenizer available in "encoding/json".Decoder.