Resolving tag and entity slugs in alert API.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user