diff options
author | Cláudio <claudio.engdist@gmail.com> | 2021-02-02 16:43:09 -0300 |
---|---|---|
committer | Cláudio <claudio.engdist@gmail.com> | 2021-02-02 16:43:09 -0300 |
commit | 7b1b77dc444518a07779e836ec0c4c6b9406bbf9 (patch) | |
tree | 27e248d641b81e9815c1612cda019ba378209d8d /webui/src/components/CloseBugButton/CloseBug.graphql | |
parent | e68e9306fe334766e7b23fdd3918f45a1a505fc3 (diff) | |
download | git-bug-7b1b77dc444518a07779e836ec0c4c6b9406bbf9.tar.gz |
Commit for #546
Diffstat (limited to 'webui/src/components/CloseBugButton/CloseBug.graphql')
-rw-r--r-- | webui/src/components/CloseBugButton/CloseBug.graphql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webui/src/components/CloseBugButton/CloseBug.graphql b/webui/src/components/CloseBugButton/CloseBug.graphql new file mode 100644 index 00000000..b134cc04 --- /dev/null +++ b/webui/src/components/CloseBugButton/CloseBug.graphql @@ -0,0 +1,8 @@ +# Write your query or mutation here +mutation closeBug($input: CloseBugInput!) { + closeBug(input: $input) { + bug { + humanId + } + } +}
\ No newline at end of file |