logaretm / villus

🏎 A tiny and fast GraphQL client for Vue.js

Home Page:https://villus.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set authorization header when using createClient({}) instance, I use quasar framework and I want to add headers on each request send to API.

francelwebdev opened this issue · comments

How to set authorization header when using createClient({}) instance, I use quasar framework and I want to add headers on each request send to API.

You can do so with plugins. Check the documentation here.