-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat(repository): add keyFrom to resolved relation metadata #3726
Conversation
62f803e
to
d5c73e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nabdelgadir Nice PR to include keyFrom
in the metadata. LGTM in general 👍 just left a comment about the type definition.
...s/repository/src/__tests__/integration/repositories/resolve-has-many-metadata.integration.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost looks good to me, I only commented onhasMany
since they are similar.
...s/repository/src/__tests__/integration/repositories/resolve-has-many-metadata.integration.ts
Outdated
Show resolved
Hide resolved
...s/repository/src/__tests__/integration/repositories/resolve-has-many-metadata.integration.ts
Outdated
Show resolved
Hide resolved
d5c73e3
to
d1613b9
Compare
d1613b9
to
cdede00
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 LGTM
Resolves #3441.
Checklist
👉 Read and sign the CLA (Contributor License Agreement) 👈
npm test
passes on your machinepackages/cli
were updatedexamples/*
were updated👉 Check out how to submit a PR 👈