pageTypeContents
Get all pageTypeContents for a storefront.
Requires the pagetypecontent/read scope on the associated DemandHq
pageTypeContents(
after: String
before: String
first: Int
last: Int
): PublicPageTypeContentConnection!
Arguments
pageTypeContents.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
pageTypeContents.before
● String
scalar
Returns the elements in the list that come before the specified cursor.
pageTypeContents.first
● Int
scalar
Returns the first n elements from the list.
pageTypeContents.last
● Int
scalar
Returns the last n elements from the list.
Type
PublicPageTypeContentConnection
object
Pagination object for PublicPageTypeContent.