OBJECT

EmbedWidgetStepType

A step that embeds a widget

link GraphQL Schema definition

  • type EmbedWidgetStepType {
  • # The unique identifier of the step
  • id: String!
  • # The title of the step
  • title: String
  • }