solve weird issues where seperate query would fire each others oncempleted
This commit is contained in:
@@ -6,7 +6,6 @@ const UPDATE_PROJECT_MUTATION_HOOK = gql`
|
|||||||
$input: UpdateProjectInput!
|
$input: UpdateProjectInput!
|
||||||
) {
|
) {
|
||||||
updateProject: updateProject(id: $id, input: $input) {
|
updateProject: updateProject(id: $id, input: $input) {
|
||||||
id
|
|
||||||
title
|
title
|
||||||
user {
|
user {
|
||||||
userName
|
userName
|
||||||
|
|||||||
Reference in New Issue
Block a user