Lance Finney
Lance Finney
Any update on where this is on the roadmap?
I suppose that this issue is related to the TODO here: https://github.com/tjmoses/postgraphile-plugin-many-create-update-delete/blob/master/src/PostGraphileManyDeletePlugin.ts#L232
Thanks for the very quick response. I'm on a different branch now, but I'll send more info tomorrow.
Thanks. Here's the table schema: ```sql CREATE TABLE IF NOT EXISTS public.widget ( id INTEGER GENERATED ALWAYS AS IDENTITY PRIMARY KEY, foo VARCHAR NOT NULL, bar DOUBLE PRECISION NOT NULL...
Is this what you're looking for? ``` { uniqueConstraints: [ { kind: 'constraint', id: '32216', name: 'widget_pkey', type: 'p', classId: '32209', foreignClassId: null, description: null, keyAttributeNums: [Array], foreignKeyAttributeNums: null, comment:...
I like option 1 with "true" as the default, because it has always felt weird that this was even possible. However, a default of "false" would probably be a lot...
I understand that it might not be possible as a language restriction. It came up in Discord, and Marko suggested submitting it here. It would be nice to have, though...