Skip to content

Commit 8044421

Browse files
committed
🐞 fix: make default ref type any
1 parent b2c0981 commit 8044421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/gql/builder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import SchemaBuilder from "@pothos/core";
1+
import SchemaBuilder, { FieldRef } from "@pothos/core";
22
import DrizzlePlugin from "@pothos/plugin-drizzle";
33
import { type YogaServerOptions, createYoga } from "graphql-yoga";
44
import { createAbilityBuilder } from "../abilities/builder";
@@ -165,7 +165,7 @@ export const rumble = <
165165
...relations,
166166
} as any;
167167
},
168-
});
168+
}) as any;
169169
};
170170

171171
return {

0 commit comments

Comments
 (0)