We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress of the issue based on the Contributor Workflow
Make sure to fork this template and run yarn generate in the terminal. Please make sure Mesh package versions under package.json matches yours.
Make sure to fork this template and run yarn generate in the terminal.
yarn generate
Please make sure Mesh package versions under package.json matches yours.
package.json
Describe the bug
To Reproduce Steps to reproduce the behavior:
test
{ greeting }
{ "test": "a" }
didCache: true
hit: true
Expected behavior
Environment:
@graphql-mesh/response-cache
Additional context There was a related PR (#4109), the problem is that in the session function in packages/plugins/response-cache/src/index.ts we are still getting a fetch Headers object which is not supported in string interpolation.
packages/plugins/response-cache/src/index.ts
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Github,
Stackblitz
or
CodeSandbox
Describe the bug
To Reproduce Steps to reproduce the behavior:
test
)didCache: true
)hit: true
)hit: true
)Expected behavior
Environment:
@graphql-mesh/response-cache
: 0.2.7Additional context
There was a related PR (#4109), the problem is that in the session function in
packages/plugins/response-cache/src/index.ts
we are still getting a fetch Headers object which is not supported in string interpolation.The text was updated successfully, but these errors were encountered: