Skip to content

issues Search Results · repo:graphile-contrib/pg-omit-archived language:JavaScript

Filter by

10 results
 (58 ms)

10 results

ingraphile-contrib/pg-omit-archived (press backspace or delete to remove)

(I ll try to revisit / double-check this issue/fix down the line. I need to get back to work 😅) Database: create table app.users (id uuid primary key, deleted_at timestamptz null); create table app.posts ...
  • danzho
  • 2
  • Opened 
    15 days ago
  • #50

When importing the plugin as a module and including it in the array for appendPlugins, I receive the following error: Option appendPlugins should be an array of functions, found object at index 0 , stack ...
  • agad
  • 2
  • Opened 
    on Sep 15, 2022
  • #37

@graphile-contrib/pg-omit-archived/dist/index.js:75 const pgRelevantColumnIsBoolean = relevantColumn?.type.category === B ; ^ SyntaxError: Unexpected token .
  • geoffatsource
  • 1
  • Opened 
    on Apr 14, 2022
  • #33

First of all, thank you for this great Postgraphile plugin ❤️ I appreciate all the effort you are putting into maintaining and improving this package. In my project, I would like to use the recently added ...
  • bajtos
  • 3
  • Opened 
    on Apr 5, 2022
  • #31

Awesome plugin, just had one small question/thing to point out. The TS types don t seem to be available in the published package? Could not find a declaration file for module @graphile-contrib/pg-omit-archived ...
  • joeyorlando
  • 3
  • Opened 
    on Feb 3, 2022
  • #29

We have text column status and we would like to omit rows with certain value(s). The idea is to allow to configure the plugin with kind of expression (eg status != deleted ). As we already have discussed, ...
  • renatko
  • 1
  • Opened 
    on Aug 26, 2021
  • #25

I am looking into this plugin because recently a new requirement was added to my application: being able to see deleted entities, i.e.: soft deletes. This plugin looks perfect for my needs but I have a ...
question
  • leolower
  • 2
  • Opened 
    on Apr 15, 2020
  • #12

@benjie mentioned on discord that it was possible to use mutliple instances of this plugin simultaneously with different configurations for different columns. Can you add docs on how to do this?
  • keithlayne
  • 1
  • Opened 
    on Jan 14, 2020
  • #4

Is it possible to use a nullable timestamp like deleted_at to implement a soft deletion as is customary in other frameworks? Sometimes it is useful to know when the removal occurred. In our case, we keep ...
  • blasterpistol
  • 1
  • Opened 
    on Jan 16, 2019
  • #2

When using Postgraphile as a library and passing simpleCollections: only , the argument includeArchived is not generated in schema and also there is no is_archived column anywhere in the generated sql. ...
  • nemcek
  • 2
  • Opened 
    on Dec 7, 2018
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub