DEV Community

Discussion on: Improve GraphQl productivity with Altair GraphQl client

Collapse
 
imolorhe profile image
Sir Muel I 🇳🇬

Another nice trick you can add to your collection: If you want to specify headers that will be applied to all requests from all windows (global headers), you can specify them in the environments as well:

{
  "headers": {
    "Authorization": "Bearer abcf12345"
  }
}
Enter fullscreen mode Exit fullscreen mode

One other one: customizing the theme of Altair using themeConfig in settings. :D