Skip to content

EmbedWidgetStepType

A step that embeds a widget

Fields

id · String! · required · The unique identifier of the step
title · String · The title of the step

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
}