PushNotificationCommunityProfileTarget
Targets specific people
type PushNotificationCommunityProfileTarget implements PushNotificationTarget {
id: ID!
parentId: ID
match: RightFilterCondition!
communityProfiles: [EventPerson!]!
}
Targets specific people
type PushNotificationCommunityProfileTarget implements PushNotificationTarget {
id: ID!
parentId: ID
match: RightFilterCondition!
communityProfiles: [EventPerson!]!
}
PushNotificationCommunityProfileTarget.id
● ID!
non-null scalarPushNotificationCommunityProfileTarget.parentId
● ID
scalarPushNotificationCommunityProfileTarget.match
● RightFilterCondition!
non-null enumPushNotificationCommunityProfileTarget.communityProfiles
● [EventPerson!]!
non-null objectPushNotificationTarget
interface