OBJECT

BroadcastGroup

A collection of broadcasts.

link GraphQL Schema definition

  • type BroadcastGroup implements IExtraProperties {
  • # The broadcast group ID.
  • id: ID!
  • # The broadcast group name.
  • name: String!
  • # The date and time at which the broadcast group was created.
  • createdAt: DateTime
  • # The date and time at which the broadcast group was last udpated.
  • updatedAt: DateTime
  • # The parent namespace.
  • namespace: Namespace!
  • # The collection of broadcasts.
  • broadcasts: [Broadcast]
  • # A collection of user-defined name-value pairs.
  • extraProperties: [ExtraPropertyBroadcastGroup]
  • }