Default query key/function on a key store?
So, I am running into an odd case of having to define a key for something in a way is already defined, and I have repeating names:
and this is my store:
So is there a way to avoid the double customer.customer()? and have the base one as simply queryKeyStore.customer() like a default one? Or do I have to always think of a name for the "base query" in the store?
0 Replies