File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 68
68
" https://flow.org/" ,
69
69
" https://github.com/EmperorRXF/postgraphile-plugin-atomic-mutations" ,
70
70
" https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/hello-world/flexible" ,
71
+ " https://github.com/RedShift1/postgraphile-plugin-timestamp-format" ,
71
72
" https://github.com/RoadRunnerEngineering/postgraphile-plugin-custom-filter" ,
72
73
" https://github.com/auth0/express-jwt" ,
73
74
" https://github.com/auth0/node-jsonwebtoken" ,
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ Schema extension plugins for PostGraphile:
79
79
- [ postgraphile-remove-foreign-key-fields-plugin] ( https://github.com/jarvisuser90/postgraphile-remove-foreign-key-fields-plugin ) -
80
80
Removes all foreign key fields from the GraphQL schema while still allowing
81
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
82
+ - [ postgraphile-plugin-timestamp-format] ( https://github.com/RedShift1/postgraphile-plugin-timestamp-format ) -
83
+ Format timestamps with PostgreSQL's to_char function. Supports timezones too
84
84
85
85
Examples of using these plugins:
86
86
You can’t perform that action at this time.
0 commit comments