Skip to content

Commit b835935

Browse files
committed
Fix type
1 parent 0576897 commit b835935

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/PgConnectionArgFilterComputedAttributesPlugin.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {
33
getComputedAttributeResources,
44
isComputedScalarAttributeResource,
55
} from "./utils";
6+
import type { FieldArgs } from "grafast";
67

78
const { version } = require("../package.json");
89

@@ -135,7 +136,7 @@ export const PgConnectionArgFilterComputedAttributesPlugin: GraphileConfig.Plugi
135136
) =>
136137
function (
137138
$where: PgConditionStep<any>,
138-
fieldArgs: any
139+
fieldArgs: FieldArgs
139140
) {
140141
if (
141142
typeof computedAttributeResource.from !== "function"

0 commit comments

Comments
 (0)