Skip to content

Commit

Permalink
refactor: reuse options from postgraphilerc.js
Browse files Browse the repository at this point in the history
matthieu-foucault committed Feb 15, 2022
1 parent bee13e0 commit dcfb490
Showing 4 changed files with 6,725 additions and 1,166 deletions.
4 changes: 4 additions & 0 deletions app/.postgraphilerc.js
Original file line number Diff line number Diff line change
@@ -11,6 +11,10 @@ module.exports = {
connectionFilterAllowNullInput: true,
connectionFilterRelations: true,
connectionFilterAllowEmptyObjectInput: true,
pgStrictFunctions: true, // allows functions to be called with null arguments
pgArchivedColumnName: "archived_at",
pgArchivedColumnImpliesVisible: false,
pgArchivedRelations: false,
uploadFieldDefinitions: [
{
match: ({ schema, table, column, tags }) =>
Loading

0 comments on commit dcfb490

Please sign in to comment.