gql icon indicating copy to clipboard operation
gql copied to clipboard

Support asynchronous context initialization ?

Open lowlighter opened this issue 8 months ago • 1 comments

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

lowlighter avatar Apr 22 '25 00:04 lowlighter

sure, feel free to pull request, shouldn't be too difficult to add

v1rtl avatar Apr 22 '25 09:04 v1rtl