Skip to content

Commit

Permalink
Merge pull request #3622 from uselagoon/expose-organization-notificat…
Browse files Browse the repository at this point in the history
…ions

Exposes organization on notifications
  • Loading branch information
tobybellwood authored Dec 13, 2023
2 parents d52dcd5 + 6781fbd commit 10c1d76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions services/api/src/typeDefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ const typeDefs = gql`
webhook: String
contentType: String
notificationSeverityThreshold: ProblemSeverityRating
organization: Int
}
type NotificationRocketChat {
Expand All @@ -575,6 +576,7 @@ const typeDefs = gql`
channel: String
contentType: String
notificationSeverityThreshold: ProblemSeverityRating
organization: Int
}
type NotificationSlack {
Expand All @@ -584,6 +586,7 @@ const typeDefs = gql`
channel: String
contentType: String
notificationSeverityThreshold: ProblemSeverityRating
organization: Int
}
type NotificationEmail {
Expand All @@ -592,6 +595,7 @@ const typeDefs = gql`
emailAddress: String
contentType: String
notificationSeverityThreshold: ProblemSeverityRating
organization: Int
}
type NotificationWebhook {
Expand All @@ -600,6 +604,7 @@ const typeDefs = gql`
webhook: String
contentType: String
notificationSeverityThreshold: ProblemSeverityRating
organization: Int
}
type UnassignedNotification {
Expand Down

0 comments on commit 10c1d76

Please sign in to comment.