hey :slightly_smiling_face: i have a question rega...
# prisma-whats-new
l
hey 🙂 i have a question regarding Graphcool’s Yoga / Playground - how can i pass a variable stored in the playground’s ‘HTTP Headers’ sidebar? i’m trying to pass a token stored there for the fetch requests i’m sending.
m
You have an option next to
query parameters
where you can define your headers in JSON format
l
thanx, but in the nodejs server itself - how do i pass those headers with my fetch request?
m
@lior.chervinsky are you using
Apollo
or just
fetch
?
l
Yoga
(on top of Apollo)