tjmoses / postgraphile-plugin-batch-create-update-delete

A postgraphile plugin that allows for batch create, update, & delete mutations in a single transaction.
https://www.npmjs.com/package/postgraphile-plugin-many-create-update-delete
MIT License
37 stars 9 forks source link

Doesn't show up #9

Closed kfrp closed 3 years ago

kfrp commented 3 years ago

Not sure what I'm doing wrong, but I tested this plugin with postgraphile v4.11.0 as well as v4.12.0-alpha.0, with both CLI and library options, with other plugins as well as alone. But no changes show up in my explorer or schema. Any ideas?

tjmoses commented 3 years ago

Are you confident you added the smart comment properly? Provide the full table and comment DDL, and I can check what you have.

kfrp commented 3 years ago

Ah that was it. I knew it was something very silly. Thanks++