Resolving tag and entity slugs in alert API.

This commit is contained in:
2025-04-04 05:56:32 +02:00
parent c37a2ce1a1
commit 99cd551fc0
3 changed files with 20 additions and 8 deletions

View File

@@ -29,8 +29,10 @@ export const alertsSchema = `
allTags: Boolean = true
allMatches: Boolean = true
actors: [Int!]
tags: [Int!]
entities: [Int!]
tags: [String!]
tagIds: [Int!]
entities: [String!]
entityIds: [Int!]
matches: [AlertMatchInput!]
notify: Boolean = true
email: Boolean = false