timqian / gql-generator

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

Some suggestions and optimization✍️ #9

Open Terry-bear opened 5 years ago

Terry-bear commented 5 years ago
  1. Sometimes our end-coder defined some types like Long, Float and Double when i use gql-generator to transform above types image

    it's always throw error said Type "Long" not found in document. image

Can you fix it? when appeared Long, Float and Double, it can autofix to Int type

  1. Cannot parse properly when comments appear in the file. image

I have to delete annotation in my *.graphqls

Can you fix it?