page
Get a page by its slug.
Requires the publicpage/read scope.
page(
slug: String!
): PublicPage
Arguments
page.slug
● String!
non-null scalar
Type
PublicPage
object
A Page is a part of the Demand Domain and represents a page with textual and image content on it, that has nothing to do with products. This can range from "About Us" pages to Blog articles. Use the "pageType" field to differentiate. Pages do not have locales specified, but since everything would be different anyway, "pageType" can be a composite key with locale in it.