Ashraf Nazar
Results
3
comments of
Ashraf Nazar
I also cannot get it to work. Please help!
This seems to work: ```ts type MyAwaited = T extends Promise ? Awaited : never ```
When using the answer provided by @kobeydon, remember to import the `setContext` function at the top of your file :) ```js import { setContext } from '@apollo/client/link/context' ```