warrenday / graphql-network-inspector

A better network inspector for viewing and debugging GraphQL requests.
MIT License
466 stars 46 forks source link

Copy authorization field #79

Closed viktordanko closed 1 year ago

viktordanko commented 1 year ago

Describe the bug As a user, I would like to copy value of the authorization header in the same way as I can do with the other headers in Request Headers

To Reproduce Select some query or mutation which includes authorization header.

  1. Go to Headers tab
  2. Click on authorization header
  3. Value is not copied.