Mark Halonen
Mark Halonen
Ok, will be interested to see. Maybe instead of `select *` we could try `select txid` or something?
if anyone had interest in pursuing this, https://github.com/laurium-labs/GithubGraphQLExample.jl might be of interest.
I've never touched a Postgraphile Plugin, I have no idea what I'm doing. I copied what they did at https://github.com/graphile-contrib/pg-many-to-many/blob/715e84fb3b021e00bbfc20031bd8a3c5e51c4050/src/createManyToManyConnectionType.js#L184 and it seems to work! Not sure what the `null`...
> Upon first glance, you'll need to integrate with the types I had and update those vs. using "any" types. Using "any" invalidates my effort and all the types I...
> If I'm not mistaken, changing the table names to all have an additional s will break my projects using this. Ok, yeah I can see why this is a...
Thanks for the quick response! Unfortunately ```graphql query { allPartsTransfer { nodes { id } } ``` returns all PartsTransfers, even ones created before this request... > If you want...
> Right, but as long as the query is within the mutation you'll get the additional created ids then you could then diff the two sets to get the changed...
I also had a memory leak issue. I'm providing a situation where this tool is not used for just ad-hoc data analysis: Our use-case is to export a single-tenant DuckDB...