Gustaf Räntilä
Gustaf Räntilä
In the mean time, I started rethinking type conversions completely and built (relatively newly released) [typeconv](https://github.com/grantila/typeconv) which converts between TypeScript, GraphQL, JSON Schema and Open API (in any order). Soon...
Thanks for this! Intersection types in JSON Schema works differently than in e.g. TypeScript. Merging A and B into one self-contained object C will make this work.
Why do you expect `Date` in TypeScript to somehow become `string` in JSON Schema? Surely you need to perform logic on `Date` to make it a `string`, such as `toString()`,...
> typeconv sees Date type as a user defined type and treats it as such. But it is not user defined. One would not expect to set a prop's type...
> Hi @grantila, just left a comment about the state of the DevTools plugin. > > Will defer to the maintainers for final say though. Makes perfect sense, I reverted...
Re-bumped the devtool-backend 😄
Resolved by adding changeset and rebasing on master
Not sure why the tests for node 18 now fails, perhaps flaky and needs a re-run?
Thanks @kuangp, really great feedback!