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
I'm running a query using the isAny operator, but it fails with the following error: "Could not find extension method Contains on types System.Linq.Enumerable"
The query looks like this sessions(skip: 0, filter: "id.isAny([1,2,3])")