Skip to content

Conversation

bzbetty
Copy link
Contributor

@bzbetty bzbetty commented Oct 31, 2022

when using strawberry shake client it seems to make queries like this without much control, so i guess it make sense to support them


query {
    animals {
        __typename
        id        
        ... on Cat {
            id
        }
        ...on Dog {
            id
        }
    }
}

@bzbetty bzbetty changed the title remove duplicate fields when creating expression bugfix: remove duplicate fields when creating expression Nov 1, 2022
@lukemurray lukemurray merged commit 701e9d3 into EntityGraphQL:master Nov 15, 2022
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.

2 participants