Daniel Popeski
Daniel Popeski
Much appreciated effort, Grumpy! When somebody fixes this, instead of all my lambdas weighing 30MB each, most of them will go below 1MB. So trust me, I appreciate efforts like...
I understand. Thanks. But the question is still relevant, I would say. Do you intend to provide support for native sets?
@VisualMafia hey, did you find a fork that covers this?
I don't remember this ever being completely functional.
Awesome, I was to ask for the same exact feature! @aurooba I'm willing to spend some money on this feature. Let me know if you're interested.
Pinga wanga
Hey mister! I couldn't figure out how to do .json -> .d.ts with apollo-codegen. They only document how to accomplish that for clients. The types output file is empty: https://stackoverflow.com/q/45534529/592641...
- GQL2TS types are scarse - graphql-typewriter is great, but two graphql versions behind, so types are wrong. - GraphQL To Typescript is one version behind and throws weird error...
Holy donkey! I hadn't noticed that you actually recommended a different package:} Trying it asap.
Sad news. For this schema: ``` schema { query: Query } type Query { onion(peal:String!):Float } ``` I got these types: ``` export interface Query { onion: number | null;...