PushNotificationParentTarget
Container for other targets
type PushNotificationParentTarget implements PushNotificationTarget {
id: ID!
parentId: ID
match: RightFilterCondition!
}
Container for other targets
type PushNotificationParentTarget implements PushNotificationTarget {
id: ID!
parentId: ID
match: RightFilterCondition!
}
PushNotificationParentTarget.id ● ID! non-null scalarPushNotificationParentTarget.parentId ● ID scalarPushNotificationParentTarget.match ● RightFilterCondition! non-null enumPushNotificationTarget interface