We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying this awesome package with Nest but when querying child entities the entityType is always null.
entityType
SELECT "Proposal"."id" AS "Proposal_id", "Proposal"."uuid" AS "Proposal_uuid", "Proposal"."refNodeJson" AS "Proposal_refNodeJson", "Proposal"."content" AS "Proposal_content", "Proposal"."contentJson" AS "Proposal_contentJson", "Proposal"."createdAt" AS "Proposal_createdAt", "Proposal"."updatedAt" AS "Proposal_updatedAt", "Proposal"."entityId" AS "Proposal_entityId", "Proposal"."entityType" AS "Proposal_entityType" FROM "proposal" "Proposal" WHERE "Proposal"."entityId" = $1 AND "Proposal"."entityType" = $2 -- PARAMETERS: [1,null]
Every repository is extended from AbstractPolymorphicRepository
AbstractPolymorphicRepository
Is there any workaround?
Thank you.
The text was updated successfully, but these errors were encountered:
What does your relationship decorators look like?
Sorry, something went wrong.
No branches or pull requests
Trying this awesome package with Nest but when querying child entities the
entityType
is always null.Every repository is extended from
AbstractPolymorphicRepository
Is there any workaround?
Thank you.
The text was updated successfully, but these errors were encountered: