diff --git a/charts/galoy/apollo-router/notifications-schema.graphql b/charts/galoy/apollo-router/notifications-schema.graphql index 513388b9f..fadf75553 100644 --- a/charts/galoy/apollo-router/notifications-schema.graphql +++ b/charts/galoy/apollo-router/notifications-schema.graphql @@ -2,6 +2,16 @@ type Mutation { statefulNotificationAcknowledge(input: StatefulNotificationAcknowledgeInput!): StatefulNotificationAcknowledgePayload! } +union NotificationAction = OpenDeepLinkAction | OpenExternalLinkAction + +type OpenDeepLinkAction { + deepLink: String! +} + +type OpenExternalLinkAction { + url: String! +} + """ Information about pagination in a connection """ @@ -30,6 +40,7 @@ type StatefulNotification { title: String! body: String! deepLink: String + action: NotificationAction createdAt: Timestamp! acknowledgedAt: Timestamp bulletinEnabled: Boolean! diff --git a/charts/galoy/values.yaml b/charts/galoy/values.yaml index dcded8262..47246f5c4 100644 --- a/charts/galoy/values.yaml +++ b/charts/galoy/values.yaml @@ -75,7 +75,7 @@ galoy: repository: us.gcr.io/galoy-org/galoy-notifications ## Digest of the image ## - digest: "sha256:1f1ac9ecc44d98920015339cdde7a4f5c81d05e703cca7033acf052310cfc575" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=59ca604;app=notifications;monorepo_subdir=core/notifications; + digest: "sha256:f9fbc4b23c3a77bcafd74cb26efa7891f32d2a500cc9ced1fecb23b10c9f55ee" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=6f9ad59;app=notifications;monorepo_subdir=core/notifications; ## Galoy Application MongoDB Migration Image details ## mongodbMigrate: