<@U68KQQMEG> Hi, I'm at this part of the tutorial ...
# prisma-whats-new
g
@devan Hi, I'm at this part of the tutorial https://www.howtographql.com/react-apollo/6-more-mutations-and-updating-the-store/, and I also receive the message 'All models must specify the
id
field: `id: ID! @isUnique`' when doing
graphcool push
. Is this related? Note that I checked my code a few times, everything was working before this.
d
Nope. This is another issue, I believe. @nilan - is this the issue you and I found the other day, just in a different context?
👍 1
n
hey @Gregory Forel could you create a new issue at https://github.com/howtographql/howtographql with the error message and your schema file? 🙂
g
d
Looks like you are missing the id field on the Vote type.
g
thanks! it worked. Can you update the course, as the schema is missing the id: https://www.howtographql.com/react-apollo/6-more-mutations-and-updating-the-store/
d
Done; just waiting for it to be merged in now! https://github.com/howtographql/howtographql/pull/238
g
I'm very, very impressed with the responsiveness and the quality of the answers here! Thanks again
d
You are most welcome! Glad the community it helping!