We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f37c645 + 3c32d6d commit 662b62fCopy full SHA for 662b62f
server/src/resolvers/Mutation.js
@@ -7,7 +7,6 @@ function post(parent, { url, description }, context) {
7
return context.prisma.createLink({
8
url,
9
description,
10
- votes: [],
11
postedBy: {
12
// connect: {
13
// id: userId
0 commit comments