Harshith J. V.
Results
2
comments of
Harshith J. V.
Where do you write this Middleware? Where is _context_ variable available to middleware function? I am using graphql-go within Gin-Gonic. On _graphql.go_ code: ```go ... import ( "github.com/gin-gonic/gin" "github.com/graphql-go/graphql" "github.com/graphql-go/handler"...
@david-castaneda @jschmidtnj @bmdelacruz Thanks all for the suggestion and your time guys. I hadn't worked for much time on Go-lang or GraphQL and was working on a short time POC....