Help understading generated shop types #1192
Unanswered
proudchild
asked this question in
Q&A
Replies: 1 comment
-
This is mentioned in the repo's readme: https://github.com/vendure-ecommerce/real-world-vendure#graphql-code-generator |
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
-
Hello All!
Followed the example on real-world-vendure and created a plugin, but when i run yarn start it throw many errors on types generated-shop-types.
On the reviews example the files are there, on my version had to change all types to ANY and i still dont understand how to generate those files:
the files i mean are the following:
https://github.com/vendure-ecommerce/real-world-vendure/blob/master/src/plugins/reviews/generated-admin-types.ts
https://github.com/vendure-ecommerce/real-world-vendure/blob/master/src/plugins/reviews/generated-shop-types.ts
do i have to code those? if not, how do i generate them?
Beta Was this translation helpful? Give feedback.
All reactions