PushNotificationExhibitorMemberTarget
Targets people who are members of these exhibitors
type PushNotificationExhibitorMemberTarget implements PushNotificationTarget {
id: ID!
parentId: ID
match: RightFilterCondition!
exhibitors: [Exhibitor!]!
}