Skip to content

Commit

Permalink
feat(tags): allow smart tags to indicate a column has a default (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Oct 21, 2021
1 parent f2862a1 commit 8538ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/graphile-build-pg/src/plugins/PgColumnsPlugin.js
Expand Up @@ -255,6 +255,7 @@ end
attr.type.domainHasDefault) &&
!attr.tags.notNull) ||
attr.hasDefault ||
attr.tags.hasDefault ||
attr.identity === "d",
pgGetGqlInputTypeByTypeIdAndModifier(
attr.typeId,
Expand Down

0 comments on commit 8538ed0

Please sign in to comment.