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
feat: improve return types for findByIds & findMany now they returns empty array instead of null
BREAKING CHANGE: some internal `filter` type names for args were changed. It may break some clients if you use that type names in your graphql queries:
- `count` resolver change name for filter type `Filter*Input` -> `FilterCount*Input`
0 commit comments