We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a088e5 commit c282277Copy full SHA for c282277
src/pages/postgraphile/community-plugins.md
@@ -79,6 +79,8 @@ Schema extension plugins for PostGraphile:
79
- [postgraphile-remove-foreign-key-fields-plugin](https://github.com/jarvisuser90/postgraphile-remove-foreign-key-fields-plugin) -
80
Removes all foreign key fields from the GraphQL schema while still allowing
81
foreign relationships to be created.
82
+- [postgraphile-plugin-timestamp-format](https://github.com/RedShift1/postgraphile-plugin-timestamp-format) - Format timestamps
83
+ with PostgreSQL's to_char function. Supports timezones too
84
85
Examples of using these plugins:
86
0 commit comments