Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support attribute omitting for upsert mutation in standard omit smart tag #696

Closed
mimattyau opened this issue Dec 1, 2023 · 2 comments
Closed

Comments

@mimattyau
Copy link

Support attribute omitting for upsert mutation in standard omit smart tag

Example:

{
  "$schema": "https://gist.githubusercontent.com/singingwolfboy/a7144db4e24b5d31ba81f28b878a4b51/raw/cd1e371baa41756e02f1d6f36a3dea86388d4084/pg-smart-tags-schema.json",
  "version": 1,
  "config": {
    "class": {
    },
    "attribute": {
      "created_at": { "tags": { "omit": "create,update,upsert" } },
    },
}
@cdaringe
Copy link
Owner

cdaringe commented Dec 2, 2023

Sounds reasonable. Can you expand on your example a bit more? My gut says sure, make a PR, but id appreciate a bit more detail first

@cdaringe
Copy link
Owner

convo fizzled out. please revive as seen fit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants