EmbedWidgetStepType
A step that embeds a widget
Fields
Used By
Definition
"""A step that embeds a widget"""type EmbedWidgetStepType {  """  The unique identifier of the step  """  id: String!
  """  The title of the step  """  title: String}