add operations to retire tag
All checks were successful
Tests / Tests (pull_request) Successful in 9s

This commit is contained in:
2025-03-20 12:49:41 -07:00
parent 8efa2e067c
commit 2745521664
2 changed files with 60 additions and 0 deletions

3
src/operations/tags.gql Normal file
View File

@@ -0,0 +1,3 @@
mutation RetireTags($tagIds: [Int!]!) {
retireTags(tagIds: $tagIds)
}