Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Aug 16, 2024
1 parent dfac439 commit 46ce046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const PgFirstLastBeforeAfterArgsPlugin: GraphileConfig.Plugin = {
pgResource: {
provides: ["default"],
before: ["inferred", "override"],
callback(behavior, resource, build) {
callback(behavior) {
return ["resource:connection:backwards", behavior];
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ export const PgProceduresPlugin: GraphileConfig.Plugin = {
"inferred",
"override",
],
callback(behavior, resource, build) {
callback(behavior, resource) {
if (resource.parameters) {
// Default to no backwards pagination for functions
return ["-resource:connection:backwards", behavior];
Expand Down

0 comments on commit 46ce046

Please sign in to comment.