Queries

widgetArea

Gets the page area and widgets from the specifed family.

Gets the page area and widgets from the specifed family.

widgetArea(
  alias: String
  family: String
  areaName: String
  displaySetting: String
  customerType: CustomerType
  preview: Boolean
  url: String
  filters: [PageWidgetCollectionFilterInputType]
  channelId: String
  languageId: String
  marketId: String
): PageWidgetCollectionType

Arguments

alias ● String scalar

Widget alias

family ● String scalar

Widget family

areaName ● String scalar

Widget area

displaySetting ● String scalar

Widget display setting

customerType ● CustomerType enum

Filter by customer type. (Only for anonymous users)

preview ● Boolean scalar

Widget preview option. (only for authorized users)

url ● String scalar

Path to widget

filters ● [PageWidgetCollectionFilterInputType] list input

Widget filter options

channelId ● String scalar

The channel ID. Will default to an existing value if it is not found.

languageId ● String scalar

The language ID. Will default to an existing value if it is not found.

marketId ● String scalar

The market ID. Will default to an existing value if it is not found.

Type

PageWidgetCollectionType object

Type containing widget collection information