page Query
Look up a page by ID or slug.
page(
id: ID
slug: String
slugLanguageCode: LanguageCodeEnum
): Page
Arguments
page.id ● ID scalar miscellaneous
ID of the page.
page.slug ● String scalar miscellaneous
The slug of the page.
page.slugLanguageCode ● LanguageCodeEnum enum miscellaneous
Language code of the page slug, omit to use primary slug.
Added in Saleor 3.21 (unreleased)Type
Page object pages
A static page that can be manually added by a shop operator through the dashboard.