[FA-misc] Add delete button
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
mutation DeleteNovel($input: DeleteNovelInput!) {
|
||||
deleteNovel(input: $input) {
|
||||
boolean
|
||||
errors {
|
||||
... on Error {
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user