firecamp-dev / firecamp

Developer-first OpenSource API DevTool, Postman/Insomnia alternative.
https://firecamp.dev
GNU Affero General Public License v3.0
1.92k stars 120 forks source link

[bug]: Auth headers not being passed to GraphQL calls when added to collection #207

Open jnovak-SM2Dev opened 5 months ago

jnovak-SM2Dev commented 5 months ago

Describe the bug Adding a bearer auth token to a collection does not seem to pass an authorization header to GraphQL calls.

To Reproduce Steps to reproduce the behavior:

  1. Go to collection
  2. Select view details
  3. Select Bearer as auth type
  4. Add a token
  5. Go to a nested GraphQL call
  6. Run it, it does not pass an authorization header

Expected behavior It should path the authorization header.

Desktop (please complete the following information):