Fix renaming project title
This commit is contained in:
@@ -7,6 +7,10 @@ const UPDATE_PROJECT_MUTATION_HOOK = gql`
|
|||||||
) {
|
) {
|
||||||
updateProject: updateProject(id: $id, input: $input) {
|
updateProject: updateProject(id: $id, input: $input) {
|
||||||
id
|
id
|
||||||
|
title
|
||||||
|
user {
|
||||||
|
userName
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|||||||
Reference in New Issue
Block a user