PushNotificationEventAttendeeTarget
Targets all people attending in one or many events
type PushNotificationEventAttendeeTarget implements PushNotificationTarget {
id: ID!
parentId: ID
match: RightFilterCondition!
events: [Event!]!
}
Targets all people attending in one or many events
type PushNotificationEventAttendeeTarget implements PushNotificationTarget {
id: ID!
parentId: ID
match: RightFilterCondition!
events: [Event!]!
}
PushNotificationEventAttendeeTarget.id
● ID!
non-null scalarPushNotificationEventAttendeeTarget.parentId
● ID
scalarPushNotificationEventAttendeeTarget.match
● RightFilterCondition!
non-null enumPushNotificationEventAttendeeTarget.events
● [Event!]!
non-null objectPushNotificationTarget
interface