Dan Lynch

Results 169 comments of Dan Lynch

Looking at more clients out there, found this one: https://github.com/deeplay-io/nice-grpc

https://github.com/cosmos/cosmjs/issues/885

I think this idea also applies to UPDATE functionality. In SQL you can update without having to select first and iterate. It would be nice to have bulk update as...

I found a breaking change here https://github.com/graphile-contrib/postgraphile-plugin-connection-filter/commit/645b43e10f0a998a56dd9c7b0f76608395199a14 that @mattbretl mentions a change to `addConnectionFilterOperator`. Maybe this is related https://github.com/mlipscombe/postgraphile-plugin-fulltext-filter/blob/c780ff524da1ab691d843300bae34f60dfd83d83/src/PostgraphileFullTextFilterPlugin.js#L82

this would close https://github.com/mlipscombe/postgraphile-plugin-fulltext-filter/issues/12

while we wait for a merge I have a fork you can use: ``` yarn add @pyramation/postgraphile-plugin-fulltext-filter ``` https://github.com/pyramation/postgraphile-plugin-fulltext-filter

following :)

great feedback @turadg The reason we use options (for any feature) is so developers that upgrade can choose to have few code changes as possible since a large amount of...