babyfish-ct

Results 10 comments of babyfish-ct

Please look at "scalarTypeMap" in https://github.com/babyfish-ct/graphql-ts-client/blob/master/doc/generator.md. Please use the same way to tell the framework what BigInt is.

Yes, I have thought about this problem, but there are so many frameworks that users may adopt, and it is impossible to exhaust them one by one. Therefore, the current...

Youtube video link is added too

Same problem under react-17.0.2 ``` Its type 'typeof SuspenseImage' is not a valid JSX element type ```

Now, I'm using the workaround ```ts const ImageForTs = Image as any as React.ComponentClass; ```

编译环境问题的实在没时间去折腾,没有解决完。所以我这边是无法在IDE中编译的 我提了个PR,给出了第一个问题解决方案。 至于第二个问题,可以使用一个Dialect抽象,比常见的SQL的insert ignore操作内置了。

In kotlin language, `kotlin.collections.List` and `java.util.List` are different types. However, that's only a language-level magic, after compiling, in JVM byte code, `kotlin.collections.List` will be translated to `java.util.List` ``` interface Example...

OK, if the data types are classes, it works as you said, there is no issues However, if data types are interfaces, it cannot work Minimized code ``` package issue.demo...

Error message is show in graphiq, not in java console. 1. requsest ``` query { orders { id name items { id name } } } ``` 2. response ```...