Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
[X] I have searched the existing issues for this feature request and I know that duplicates will be closed
Is your feature request related to a problem?
When using the HTTP Request interface to issue GraphQL queries, the Authorization settings have an "inherit auth from parent" option which enables the Authorization to be configured at the Collection or Folder level. This is particularly useful for OAUTH2 authorization where the token requires updating regularly.
The GraphQL client interface does not have this option, so the Authorization settings have to be copied across all requests.
Describe the solution you'd like
Replicate the "inherit auth from parent" functionality from the HTTP Request interface to the GraphQL client interface.
Describe alternatives you've considered
Auth has to be copied and updated on every GraphQL request!
Is there an existing request for this feature?
Is your feature request related to a problem?
When using the HTTP Request interface to issue GraphQL queries, the Authorization settings have an "inherit auth from parent" option which enables the Authorization to be configured at the Collection or Folder level. This is particularly useful for OAUTH2 authorization where the token requires updating regularly.
The GraphQL client interface does not have this option, so the Authorization settings have to be copied across all requests.
Describe the solution you'd like
Replicate the "inherit auth from parent" functionality from the HTTP Request interface to the GraphQL client interface.
Describe alternatives you've considered
Auth has to be copied and updated on every GraphQL request!
Additional context
No response