-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
It seems that when there are two request for the same model, only response from 1st one is stored in *Response class. So 2nd request in it's Response class uses properties from 1st class.
I have dedupe options unchecked.
1st. Body response:
{
"data": {
"Account": [
{
"id": 1
}
]
}
}
2nd. Body response:
{
"data": {
"Account": [
{
"name": "xyz"
}
]
}
}
Metadata
Metadata
Assignees
Labels
No labels