Hey,
Currently, when generating typescript typings, files are written next to the gql queries and named [fileName].ts. It could be neat if we could provide a custom extension (say .d.ts).
Also, it would be great to add /* eslint-disable */ at the top, just like the line that disables tslint.
Thanks in advance!
Hey,
Currently, when generating typescript typings, files are written next to the gql queries and named
[fileName].ts. It could be neat if we could provide a custom extension (say.d.ts).Also, it would be great to add
/* eslint-disable */at the top, just like the line that disables tslint.Thanks in advance!