Skip to content

Commit a0306b5

Browse files
committed
autofix: fixes from CI
1 parent c282277 commit a0306b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.cachedValidUrls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"https://flow.org/",
6969
"https://github.com/EmperorRXF/postgraphile-plugin-atomic-mutations",
7070
"https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/hello-world/flexible",
71+
"https://github.com/RedShift1/postgraphile-plugin-timestamp-format",
7172
"https://github.com/RoadRunnerEngineering/postgraphile-plugin-custom-filter",
7273
"https://github.com/auth0/express-jwt",
7374
"https://github.com/auth0/node-jsonwebtoken",

src/pages/postgraphile/community-plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Schema extension plugins for PostGraphile:
7979
- [postgraphile-remove-foreign-key-fields-plugin](https://github.com/jarvisuser90/postgraphile-remove-foreign-key-fields-plugin) -
8080
Removes all foreign key fields from the GraphQL schema while still allowing
8181
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
8484

8585
Examples of using these plugins:
8686

0 commit comments

Comments
 (0)