Refresh cache on mutation by fetching new data in mutation #196

Merged
Irev-Dev merged 2 commits from kurt/195 into main 2020-12-31 08:29:12 +01:00
Showing only changes of commit 3b09ea4e2a - Show all commits

View File

@@ -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