Skip to main content

PushNotificationEventAttendeeTarget

Targets all people attending in one or many events

type PushNotificationEventAttendeeTarget implements PushNotificationTarget {
id: ID!
parentId: ID
match: RightFilterCondition!
events: [Event!]!
}

Fields

PushNotificationEventAttendeeTarget.id ● ID! non-null scalar

PushNotificationEventAttendeeTarget.parentId ● ID scalar

PushNotificationEventAttendeeTarget.match ● RightFilterCondition! non-null enum

PushNotificationEventAttendeeTarget.events ● [Event!]! non-null object

Interfaces

PushNotificationTarget interface

Implemented By

PushNotificationTargetUnion union