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
Should be distinctValues since distinct now returns RealmQuery instead of RealmResults. Edit: Should be fixed since in the latest release of realm distinctValues is now distinct
distinct(String!): RealmResults!
is deprecated. Deprecated in Javadistinct(String!, vararg String!): RealmResults!
is deprecated. Deprecated in JavaThe text was updated successfully, but these errors were encountered: