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
After optionalRestrict, I get maybeFieldsR but then I need to aggregate on it. I cannot figure out how to do that other than converting it to nullable.
Ah yes, I don't think there is any way of aggregating over MaybeFields. I should think about how to incorporate that. In the meantime I think it's best to use nullable, as you have discovered.
After
optionalRestrict
, I getmaybeFieldsR
but then I need to aggregate on it. I cannot figure out how to do that other than converting it to nullable.These work
This doesn't
The text was updated successfully, but these errors were encountered: