Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two QGL request for the same model #7

Open
comma-piotr opened this issue Sep 4, 2024 · 0 comments
Open

Two QGL request for the same model #7

comma-piotr opened this issue Sep 4, 2024 · 0 comments

Comments

@comma-piotr
Copy link

comma-piotr commented Sep 4, 2024

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"
            }
        ]
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant