Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
Fixes errors when having joins with versions +drafts on hasMany: true relationships.
Removes joinQuery overhead if we don't need it for the current operation. Right now, in all adapters we support joins only for find, findOne, and queryDrafts.
Fixes errors when having joins with versions +drafts on
hasMany: true
relationships. RemovesjoinQuery
overhead if we don't need it for the current operation. Right now, in all adapters we support joins only forfind
,findOne
, andqueryDrafts
.Fixes https://github.com/payloadcms/payload/issues/9369