timqian / gql-generator

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

hidden bug : query & mutation results are different from schema #17

Open Hasan-git opened 5 years ago

Hasan-git commented 5 years ago

first of all thank you for your great work!

I used 'gqlg' since it was v1.0.5 and every think was ok. A couple days ago I have updated 'gqlg' to v1.0.10 and here the problem became when generating result, I noticed that queries and mutations are different from schema. However , when I downgrade gqlg to v 1.0.5 it works back as expected.

do you prefer to provide you with schema for testing ?

timqian commented 5 years ago

Yes, please

Hasan-git commented 5 years ago

schema file is sent via email, please check your inbox

Hasan-git commented 5 years ago

any updates ?