@Joshua_Jenkins wrote:
I have an adapter set up for a database of prices. Often the price range includes null values at the beginning because there is no data in that range. I want to check for this and may need to do another query to get the first value.
At the moment I’ve overwritten my urlForQueryRecord and urlForQuery to get the initial data.
I thought I could use links in the serializer normalize function but my response doesn’t include the query options needed. Is there are a way to pass the link from the adapter where I have that data?
Posts: 2
Participants: 1