Types
BroadcastAudience
A named, reusable set of broadcast recipients, resolved to concrete channels at send time.
object
BroadcastAudienceFields
id
ID!
name
String!
Human-readable name used to identify the audience. Internal only — it is never shown to recipients.
type
The channel this audience is written for. Must match the type of any broadcast it is attached to.
filters
What the audience selects, resolved to concrete recipients at send time rather than when saved. No rows at all means every recipient the broadcast may reach.
isDeleted
Boolean!
Whether the audience has been soft-deleted. Soft-deleted audiences are excluded from lists but stay queryable by ID, so the record of what a past broadcast was sent to survives.
createdAt
createdBy
updatedAt
updatedBy
deletedAt
deletedBy
Was this page helpful?

