We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c0981 commit 8044421Copy full SHA for 8044421
lib/gql/builder.ts
@@ -1,4 +1,4 @@
1
-import SchemaBuilder from "@pothos/core";
+import SchemaBuilder, { FieldRef } from "@pothos/core";
2
import DrizzlePlugin from "@pothos/plugin-drizzle";
3
import { type YogaServerOptions, createYoga } from "graphql-yoga";
4
import { createAbilityBuilder } from "../abilities/builder";
@@ -165,7 +165,7 @@ export const rumble = <
165
...relations,
166
} as any;
167
},
168
- });
+ }) as any;
169
};
170
171
return {
0 commit comments