Objects
PageWidgetCollectionType
Type containing widget collection information
Type containing widget collection information
type PageWidgetCollectionType {
id: Int!
name: String!
title: String
familyName: String
tags: [String]
meta: MetadataType
pageArea: PageAreaType
containers: [PageWidgetContainerType]
}
Fields
id ● Int! non-null scalar required
Collection ID
name ● String! non-null scalar required
Name
title ● String scalar
Title
familyName ● String scalar
Collection family name
tags ● [String] list scalar
List of tags
meta ● MetadataType object
Collection metadata
pageArea ● PageAreaType object
Collection page area
containers ● [PageWidgetContainerType] list object
Collection containers
Returned By
widgetArea query