Select Unique Subscription
The following subscription will automatically update with new notifications for the specified user whenever they're added to the data source.
subscription UserNotificationSubscription {
notifications(where: { user_id: { _eq: 123 } }) {
id
created_at
message
}
}