INPUT_OBJECT

BroadcastDisplayInfo

A display definition.

link GraphQL Schema definition

  • input BroadcastDisplayInfo {
  • # The broadcast display name.
  • name: String
  • # The broadcast display type.
  • type: ENUM_DISPLAY_TYPE
  • # The URL to use for the HTML type.
  • url: String
  • # The user-defined tag that identifies this object.
  • tag: String
  • }

link Require by