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
{{ message }}
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.
I follow the docs here, so please maybe I am doing something wrong here.
I have User model defined via Nexus. It is working, I want extend its root type, I want to add new fields that I can access in parent. I've tried to create types.ts in ./src folder.
// types.ts
interface User {
test: string;
}
After restarting server the .yoga/nexus.ts does not contain updated types.
The text was updated successfully, but these errors were encountered:
I follow the docs here, so please maybe I am doing something wrong here.
I have User model defined via Nexus. It is working, I want extend its root type, I want to add new fields that I can access in
parent
. I've tried to createtypes.ts
in./src
folder.After restarting server the
.yoga/nexus.ts
does not contain updated types.The text was updated successfully, but these errors were encountered: