toonvanstrijp / nestjs-i18n

The i18n module for nestjs.
https://nestjs-i18n.com
Other
643 stars 108 forks source link

graphql : "I18nValidationException: Bad Request" #440

Closed productdevbook closed 1 year ago

productdevbook commented 1 year ago

"nestjs-i18n": "^10.2.3"

image

main.ts

  app.use(I18nMiddleware)

  app.useGlobalPipes(
    new ValidationPipe({
      transform: true,
      transformOptions: {
        enableImplicitConversion: true
      }
    }),
    new I18nValidationPipe()
  )
stigmat4j commented 1 year ago

how did it go?