webui/src/components/CloseBugButton/CloseBug.graphql 🔗
@@ -2,7 +2,7 @@
mutation closeBug($input: CloseBugInput!) {
closeBug(input: $input) {
bug {
- humanId
+ id
}
}
}
Cláudio created
- Fixing code review requests
webui/src/components/CloseBugButton/CloseBug.graphql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -2,7 +2,7 @@
mutation closeBug($input: CloseBugInput!) {
closeBug(input: $input) {
bug {
- humanId
+ id
}
}
}