TimoStolz

Results 12 comments of TimoStolz

There is a workaround. On discord, @benjie said > it doesn’t have to be a named type, it has to be a selectable (table, view, etc) type. We only generate...

I would still prefer if it also worked with types. With fake tables, it feels somewhat hacky, and it causes additional care to prevent inserts on them. Probably, there could...

I'm interested, too. Do you have some code example for fetching all text/varchar columns, that are covered by an index using gist or gin?

Probably the fulltext plugin could be a related use case: https://github.com/mlipscombe/postgraphile-plugin-fulltext-filter

@DevelonPro, @kefniark: Do you know a workaround until it is fixed?

For further reference, this bug was also reported as [issue #328 in dotansimha/graphql-code-generator-community](https://github.com/dotansimha/graphql-code-generator-community/issues/328) with a [PR that resolves the issue](https://github.com/dotansimha/graphql-code-generator-community/pull/329). This could serve as a workaround.

The relevant change in urql is reported here: https://github.com/urql-graphql/urql/pull/2607

I have the same issue and would like to have this feature.

Can we proxy websockets still in Nuxt 3.11 when Nitro's experimental websocket support is enabled? The above workaround is no longer working for me.