objects matching behaviour
Say I have the following query keys:
and say I do this
note I didn't pass an Id, so the generated key would be
Would that match all my subsequent keys, with
and say I do this
note I didn't pass an Id, so the generated key would be
['todos', {}].Would that match all my subsequent keys, with
ids defined, or not?