Skip to main content

PushNotificationExhibitorMemberTarget

Targets people who are members of these exhibitors

type PushNotificationExhibitorMemberTarget implements PushNotificationTarget {
id: ID!
parentId: ID
match: RightFilterCondition!
exhibitors: [Exhibitor!]!
}

Fields

PushNotificationExhibitorMemberTarget.id ● ID! non-null scalar

PushNotificationExhibitorMemberTarget.parentId ● ID scalar

PushNotificationExhibitorMemberTarget.match ● RightFilterCondition! non-null enum

PushNotificationExhibitorMemberTarget.exhibitors ● [Exhibitor!]! non-null object

Interfaces

PushNotificationTarget interface

Implemented By

PushNotificationTargetUnion union