Skip to content

Conversation

wenj91
Copy link

@wenj91 wenj91 commented Apr 28, 2022

query:

{
    hello{
        idAlias:id
        id
        world
    }
}

return:

map[string]interface{} {
    "idAlias": 1,
    "id": 2,
    "world": "world"
}

before result:

{
    "idAlias": 2,
    "id": 2,
    "world": "world"
}

expect:

{
    "idAlias": 1,
    "id": 2,
    "world": "world"
}

this PR fix this issue

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 91.971% when pulling 424d61d on wenj91:master into f02a1c9 on graphql-go:master.

@astudnev
Copy link

astudnev commented Sep 4, 2022

I met with the same issue... any plans to merge it?

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

Successfully merging this pull request may close these issues.

3 participants