timqian / gql-generator

Generate queries from graphql schema, used for writing api test.
MIT License
375 stars 93 forks source link

fix: Correct display of union child, fix empty braces when no fields on selected deep #44

Closed mishasyrbu closed 3 years ago

mishasyrbu commented 3 years ago

Correct display of union child, fix empty braces when no fields on selected deep Linked issue: #37

mishasyrbu commented 3 years ago

@timqian Please review this changes

timqian commented 3 years ago

Hi, @mishasyrbu Thanks for the PR~. It looks good to me. And all the tests passed.

Would you like to be a maintainer of this repo? I will try to set up some GitHub actions to do tests on PRs and auto-publish new npm version when PR merged.

mishasyrbu commented 3 years ago

Thanks, @timqian! I accepted the collaborator invite.

timqian commented 3 years ago

Great!😊 @mishasyrbu