gql-generator
gql-generator copied to clipboard
Some suggestions and optimization✍️
- Sometimes our end-coder defined some types like
Long
,Float
andDouble
when i use gql-generator to transform above types
it's always throw error said Type "Long" not found in document.
Can you fix it? when appeared
Long
,Float
andDouble
, it can autofix toInt
type
- Cannot parse properly when comments appear in the file.
I have to delete annotation in my
*.graphqls
Can you fix it?