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

[MEX-698] Remove @Parent decorator from field resolvers #1571

Merged

Conversation

mad2sm0key
Copy link
Contributor

@mad2sm0key mad2sm0key commented Feb 25, 2025

Reasoning

Proposed Changes

  • remove @Parent decorator from field resolve methods where parent is the only argument. This is possible because Nest provides arguments in the original order and parent (root) is always the first one
  • remove unnecessary Assets resolver

How to test

  • N/A

@claudiulataretu claudiulataretu merged commit 27c4cb5 into development Feb 26, 2025
1 check failed
@claudiulataretu claudiulataretu deleted the MEX-698-remove-parent-decorator-from-field-resolvers branch February 26, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants