solve weird issues where seperate query would fire each others oncempleted

This commit is contained in:
Kurt Hutten
2021-07-18 18:55:55 +10:00
parent 0100836e31
commit 5a045fd89d

View File

@@ -6,7 +6,6 @@ const UPDATE_PROJECT_MUTATION_HOOK = gql`
$input: UpdateProjectInput!
) {
updateProject: updateProject(id: $id, input: $input) {
id
title
user {
userName