Exposed comment and meta fields in GraphQL API.
This commit is contained in:
@@ -35,6 +35,8 @@ export const alertsSchema = `
|
||||
notify: Boolean = true
|
||||
email: Boolean = false
|
||||
stashes: [Int!]
|
||||
comment: String
|
||||
meta: JSON
|
||||
): Alert
|
||||
|
||||
removeAlert(id: Int!): Alert
|
||||
@@ -114,6 +116,8 @@ export const alertsSchema = `
|
||||
entities: [AlertEntity]
|
||||
matches: [AlertMatch]
|
||||
stashes: [AlertStash]
|
||||
comment: String
|
||||
meta: JSON
|
||||
}
|
||||
|
||||
type Notifications {
|
||||
|
||||
Reference in New Issue
Block a user