Skip to content

embedWidgetSteps

Fetch embed steps based off of params

Arguments

is_for_web · Boolean · Whether the steps are for the web embed flow. When true, the final information-collection step is omitted
locationString · String · Query string of booking parameters from the embed widget URL, used to determine which setup steps to show

Returns

[EmbedWidgetStepType!]

Example

query embedWidgetSteps($is_for_web: Boolean, $locationString: String) {
embedWidgetSteps(is_for_web: $is_for_web, locationString: $locationString) {
id
title
}
}