You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, I'd like an array to be returned for the table I'm querying, but I'd like the approver field on every row to be a single object. The client returns the data just fine but the typescript types don't line up.
Bug report
The closest I found to this problem is the following discussions
Describe the bug
Let's say I have the following two tables.
The following query...
...resolves as...
...but the data comes back as...
To Reproduce
See above steps
Expected behavior
One to many joins of this type shouldn't be typed as arrays i.e.
Screenshots
N/A
System information
Additional context
Temporary workaround I'm using
The text was updated successfully, but these errors were encountered: