Skip to content

Commit daf9144

Browse files
committed
fix 5
1 parent 601a0cd commit daf9144

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/components/CreateLink.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,14 @@ const POST_MUTATION = gql`
7373
id
7474
name
7575
}
76+
votes {
77+
id
78+
user {
79+
id
80+
}
81+
}
7682
}
7783
}
7884
`
7985

80-
export default graphql(POST_MUTATION, { name: 'postMutation' })(
81-
CreateLink,
82-
)
86+
export default graphql(POST_MUTATION, { name: 'postMutation' })(CreateLink)

0 commit comments

Comments
 (0)