Queries
cmsPages
Gets all CMS pages.
Gets all CMS pages.
cmsPages(
includeTags: [String]
excludeTags: [String]
channelId: String
languageId: String
marketId: String
): [PageWidgetPageType]
Arguments
includeTags ● [String] list scalar
Only CMS pages with these tags will be included. Null or empty will fetch all pages.
excludeTags ● [String] list scalar
CMS pages with these tags will not be included in the result.
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
PageWidgetPageType object
Type containing CMS page information