You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Schema not found in drizzle instance. Make sure you're using drizzle-orm v0.30.9 or above and schema is passed to drizzle constructor!",
24
+
"Drizzle-GraphQL Error: Schema not found in drizzle instance. Make sure you're using drizzle-orm v0.30.9 or above and schema is passed to drizzle constructor!",
25
25
);
26
26
}
27
27
28
28
if(typeofconfig?.relationsDepthLimit==='number'){
29
29
if(config.relationsDepthLimit<0){
30
-
thrownewError('config.relationsDepthLimit is supposed to be nonnegative integer or undefined!');
30
+
thrownewError(
31
+
'Drizzle-GraphQL Error: config.relationsDepthLimit is supposed to be nonnegative integer or undefined!',
0 commit comments