michael-pattern
                                            michael-pattern
                                        
                                    @czgu can we get a fix for alembic migration `f449a73c5838`?
It looks like this is now available as an alpha release https://www.npmjs.com/package/@graphql-codegen/typescript-vue-urql/v/3.0.0-alpha-20230911210300-bd6b199b9 Only problem is that typing is not fixed for Subscriptions ```js export function useFoobarSubscription(options: Omit = {}, handler?:...
Also can not confirm, this problem is still persistent. This is relevant to subscriptions. I tested today using ``` @graphql-codegen/cli 5.0.2 @graphql-codegen/typescript 4.0.6 @graphql-codegen/typescript-operations 4.2.0 @graphql-codegen/typescript-vue-urql 3.0.0 ```
As of `@graphql-codegen/[email protected]` this appears to be fixed!
From my test - this appears to be caused by a failing alembic migration earlier in the chain: https://github.com/pinterest/querybook/issues/935
@czgu Any word on this?
Initial implementation PR: https://github.com/dbgate/dbgate/pull/770 Follow up PR, addresses implementation issue: https://github.com/dbgate/dbgate/pull/787