gstarikov
gstarikov
hi. i didn't understand why it necessary to specify json tags for every field. so i added default values for BindFields function.
Hi. have found endless recursion in case of incorrect graphql request. is there a way to prohibit that? request: ``` query Streams { Streams { ...StreamFragment } } fragment StreamFragment...
Hello. I propose to replace the explicit use of http.Client with an indirect one through the interface (HTTPClient with Do method). This, as example, will allow anybody to implement custom...