Skip to content

Commit 662b62f

Browse files
authored
(fix) - make the example mutations run again (#3)
(fix) - make the example mutations run again
2 parents f37c645 + 3c32d6d commit 662b62f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/resolvers/Mutation.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ function post(parent, { url, description }, context) {
77
return context.prisma.createLink({
88
url,
99
description,
10-
votes: [],
1110
postedBy: {
1211
// connect: {
1312
// id: userId

0 commit comments

Comments
 (0)