Hi, I’m sure it’s impossible, but I will ask to be sure. I have a serialize where I have normalize function, so what I want is, create an ID(hash.id), but ID should be some query params I send to server.
Example: let params = {query1: ‘bla’, query2: ‘blabla’}; promQuery = self.store.queryRecord(‘comparetimeframe’, params);
So this params I should have in my normalize function.
Any ideas?