Fix renaming project title

This commit is contained in:
Kurt Hutten
2021-07-18 18:32:58 +10:00
parent 53eaa2e0f4
commit 0100836e31

View File

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