gql
gql copied to clipboard
Support asynchronous context initialization ?
Is it possible to add a promise unwrapper for reqCtx so it's possible to create the context asynchronously ?
https://github.com/deno-libs/gql/blob/637a862558e60cfe4b48afa3beb4ecee28dd1d6a/mod.ts#L63-L68
sure, feel free to pull request, shouldn't be too difficult to add