Replies: 3 comments
-
Hi, could you please share your DML entities and link definition? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I also noticed you are using the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please feel free to reopen the issue in case the new releases haven't fixed this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The linked models didn't get outputting every time we run
npm run dev
even if we could add the line like
customers?: Maybe<Array<Maybe<Customer>>>
, but it would get rewrite/remove bynpm run dev
immediatelythen the
npm run build
would hit ts errorsthe package.json
how to workaround this issue?
Beta Was this translation helpful? Give feedback.
All reactions