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 am using a custom type, as entity id.
unfortunately if i'm using the query builder, the custom type wouldn't be parsed automatically, it just using ParameterTypeInferer::inferType, which doesnt support any custom type.