Replies: 1 comment
|
Yes, that's how drift APIs provide type safety around nullability (if a column is non-nullable, so will be the type returned by managers). This would not be possible when returning partial rows. You could use computed fields to add additional columns in case of joins, but there's no way to remove existing ones. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Does the manager API always select all columns and deserialize them into a model first?
All reactions