Open brandonmikeska opened 3 years ago
Actually I solved this with my custom adapter but I noticed the latest NPM package is not the same as in master. Is there a planned release version that will include the relationship changes that are on master?
Hey!
Trying to build a salesforce adapter and most of it is working well. I am trying to figure out how to specify the fields with the include.
I see you have a closed issue that talks about doing the following:
inlude={type.field}
When I try this I get the invalid link so I know my adapter isn't doing something correct. Any pointers would be awesome!
Here's my store
Here's the request
Here's the response