Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve variable naming and typing for
muiGridFilterToGql
(#2395)
Small improvements for `muiGridFilterToGql` - Change name `value` to `filterItem` because value is actually a field inside of this variable - Vhange type for `value`-param of `convertValueByType`-function to `any` because it's only called with a field with type `any`. This should actually be detected by TypeScript, but I don't know why not.
- Loading branch information