You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure to fork this template and run yarn generate in the terminal.
Please make sure Mesh package versions under package.json matches yours.
2. A failing test has been provided
3. A local solution has been provided
4. A pull request is pending review
Describe the bug
Unable to set Accept header in operationHeaders when using openapi handler. I have a requirement to pass version number in Accept for example application/json;v=2 to call the right version of the API. However, it is always reverted back to application/json.
Issue workflow progress
Progress of the issue based on the Contributor Workflow
Describe the bug
Unable to set Accept header in operationHeaders when using openapi handler. I have a requirement to pass version number in Accept for example application/json;v=2 to call the right version of the API. However, it is always reverted back to application/json.
To Reproduce
.meshrc.yml
custom-fetch.ts
Expected behavior
Allow Accept header
Environment:
@graphql-mesh/...
:Additional context
The text was updated successfully, but these errors were encountered: