PageAreaType
No description
type PageAreaType {
id: Int!
name: String
index: Int!
}
Fields
PageAreaType.id
● Int!
non-null scalar
PageAreaType.name
● String
scalar
PageAreaType.index
● Int!
non-null scalar
Member Of
PageWidgetCollectionType
object