INPUT_OBJECT

BroadcastDisplayInput

A display definition.

link GraphQL Schema definition

  • input BroadcastDisplayInput {
  • # 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
  • }