graphql icon indicating copy to clipboard operation
graphql copied to clipboard

fix(graphql): change info to nullable

Open niamu01 opened this issue 5 months ago • 0 comments

PR Checklist

Please check if your PR fulfills the following requirements:

  • [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md
  • [x] Tests for the changes have been added (for bug fixes / features)
  • [ ] Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • [x] Bugfix
  • [ ] Feature
  • [ ] Code style update (formatting, local variables)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] CI related changes
  • [ ] Other... Please describe:

What is the current behavior?

Issue Number: #2824

What is the new behavior?

스크린샷 2024-09-22 오후 10 22 30 The info property in the MiddlewareContext interface is now optional.

Does this PR introduce a breaking change?

  • [ ] Yes
  • [x] No

Other information

niamu01 avatar Sep 22 '24 12:09 niamu01