Skip to content

Commit db38fc5

Browse files
committed
Make code changes for RC9
1 parent 94dbf8d commit db38fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PgConnectionArgFilterComputedAttributesPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const PgConnectionArgFilterComputedAttributesPlugin: GraphileConfig.Plugi
152152
);
153153

154154
// Must have only one required argument
155-
if (argDetails.some((a) => a.required)) {
155+
if (argDetails.some((a) => !a.optional)) {
156156
continue;
157157
}
158158

0 commit comments

Comments
 (0)