-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
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
Adding prefix transforner deactivate caching #1548
Comments
Cache transform should be on top level. Could you move it to the top level and try again? Maybe we should add a warning for that case. |
HI @ardatan , thanks for the hint. I tried but unfortunately, I do not see any impact. Here is the commit MOOM-Planet/graphql-mesh-perf-example@a5b84a3 |
@trecloux Are you sure the field names are correct? Aren't they also prefixed? |
@ardatan, the query fields are not prefixed, here is the query type
|
When I combine the cache transformer with the prefix transformer, it looks like cache transformer is not active anymore.
It looks like this behavior is not specific to prefix transformer.
I pushed and example on the
multiple-transformers
branch of this demonstrator project https://github.com/MOOM-Planet/graphql-mesh-perf-example/tree/multiple-transformersThe text was updated successfully, but these errors were encountered: