add operations to retire tag
All checks were successful
Tests / Tests (pull_request) Successful in 9s
All checks were successful
Tests / Tests (pull_request) Successful in 9s
This commit is contained in:
3
src/operations/tags.gql
Normal file
3
src/operations/tags.gql
Normal file
@@ -0,0 +1,3 @@
|
||||
mutation RetireTags($tagIds: [Int!]!) {
|
||||
retireTags(tagIds: $tagIds)
|
||||
}
|
Reference in New Issue
Block a user