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
Price history throws a validation error when querying with interval argument. Current workaround is manually adding the below code at node_modules/type-graphql/dist/resolvers/validate-arg.js
if (validatorOptions.forbidUnknownValues !== true) {
validatorOptions.forbidUnknownValues = false;
}
Price history throws a validation error when querying with
interval
argument. Current workaround is manually adding the below code atnode_modules/type-graphql/dist/resolvers/validate-arg.js
Refer MichalLytek/type-graphql#1397 (comment) to sync with
[email protected]
as soon as it is made available.The text was updated successfully, but these errors were encountered: