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
Query parameters in useFind should have no effect on commands sent with useMutation.
Actual
Using a query operator that is not in this list in a useFind query causes an Invalid Query Parameter error when using a useMutation method later
To Reproduce (in the repo above)
yarn install
yarn start:dev
Try to use the very search and create inputs.
See the errors in the console.
Note that there is no error when using the query parameter $like in a useFind query. The error only occurs when using a method of useMutation, and even then, the actual create or patch is successful despite the error.