Aggregates Subscription
The following subscription will automatically update the aggregate for _count when new records are added to the data
source.
subscription NotificationSubscription {
notificationsAggregate {
_count
}
}
The following subscription will automatically update the aggregate for _count when new records are added to the data
source.
subscription NotificationSubscription {
notificationsAggregate {
_count
}
}
