graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.86k stars 838 forks source link

Feature Request: Request access #638

Open lmtr0 opened 2 years ago

lmtr0 commented 2 years ago

Hello there, I have been noticing that a lot of my time is spent reimplementing part of the request to a custom structure and then finding ways to use this structure to influence parts of the request, for example:

It would be nice to have a simple, lifetime free request generic that collects this data, Like a JuniperGenericRequest that is shared with the context and that we can access