diff --git a/web/src/components/PartCell/PartCell.js b/web/src/components/PartCell/PartCell.js index 0bef362..05d736d 100644 --- a/web/src/components/PartCell/PartCell.js +++ b/web/src/components/PartCell/PartCell.js @@ -49,6 +49,13 @@ const UPDATE_PART_MUTATION = gql` updatePart: updatePart(id: $id, input: $input) { id title + description + code + mainImage + userId + Reaction { + emote + } user { id userName