Skip to content
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

Validation issues with [email protected] #347

Open
saboonikhil opened this issue Apr 24, 2023 · 0 comments
Open

Validation issues with [email protected] #347

saboonikhil opened this issue Apr 24, 2023 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@saboonikhil
Copy link
Member

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;
  }

Refer MichalLytek/type-graphql#1397 (comment) to sync with [email protected] as soon as it is made available.

@saboonikhil saboonikhil added enhancement New feature or request question Further information is requested labels Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant