Kurt/409 update title and more #415

Merged
Irev-Dev merged 6 commits from kurt/409-update-title-and-more into main 2021-07-18 12:10:41 +02:00
Showing only changes of commit 0100836e31 - Show all commits

View File

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