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
Codegen is successful, but I think some files/naming is missing/incorrect? When running the query in GraphiQL, it produces the error "message": "options.ctr is not a constructor". I saw that in user_to_foods_connection_type.ts, UserToFoodsEdge is missing:
import { UserToFoodsEdge } from "src/ent/";
Am I missing something in my setup?
The text was updated successfully, but these errors were encountered:
Setup is like this:
Codegen is successful, but I think some files/naming is missing/incorrect? When running the query in GraphiQL, it produces the error
"message": "options.ctr is not a constructor"
. I saw that inuser_to_foods_connection_type.ts
,UserToFoodsEdge
is missing:Am I missing something in my setup?
The text was updated successfully, but these errors were encountered: