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
The source gets transformed
A clear and concise description of what you expected to happen.
Environment:
@vendure/core version: 3.1.1
Nodejs version: 22
Database (mysql/postgres etc): mariadb
Additional context
I have debugged the asset-interceptor-plugin.ts and found that the type argument in transformValues is undefined, when sending the first query.
The text was updated successfully, but these errors were encountered:
Describe the bug
When you send a GraphQL Query with fragments on query level, the source attribute gets not transformed.
To Reproduce
Steps to reproduce the behavior:
A clear and concise description of what you expected to happen.
Environment:
Additional context
I have debugged the asset-interceptor-plugin.ts and found that the type argument in transformValues is undefined, when sending the first query.
The text was updated successfully, but these errors were encountered: