Accessing serializable key scopes with _def and queryKey
mainThe library provides two ways to access the underlying key arrays for cache management (like invalidation):
queryKey: Returns the full, specific array for a particular query instance (including all dynamic parameters)._def: Returns the base definition array for a query type, useful for invalidating all queries of that type (e.g., invalidating all 'list' queries regardless of filters).