PushNotificationEventGroupTarget
Targets people whose primary group is in one of these groups
type PushNotificationEventGroupTarget implements PushNotificationTarget {
id: ID!
parentId: ID
match: RightFilterCondition!
groups: [EventGroup!]!
}