balena-io / open-balena-api

The core API of openBalena
https://balena.io/open
GNU Affero General Public License v3.0
58 stars 29 forks source link

Do not rewrite the field names when aliasing relationships #1657

Closed Page- closed 3 months ago

Page- commented 3 months ago

This can cause problems because looking up a rewritten field will fail because it does not actually exist, and instead we expect the one field to point to two different places via aliasing

Change-type: patch

Page- commented 3 months ago

Superseded by #1659