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
// initial.id is a UUID
letsearch=Search<Entity>(graph:Globals.graph).where(.type("Customers", using:&&)
&& "id"== initial.id asCVarArg // <- Is it the good way?
)
Hi 👋
I'm facing a weird issue, when I run this code:
This causes a crash (here is the crashlog: https://pastebin.com/uk6em3p1).
But if I run this code, it works:
Am I doing something wrong with the new API or is it a library issue?
Thanks!
The text was updated successfully, but these errors were encountered: