page Query
Look up a page by ID or slug.
page(
id: ID
slug: String
slugLanguageCode: LanguageCodeEnum
channel: String
): 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.21page.channel
● String
scalar miscellaneous
Slug of a channel for which the data should be returned.
Added in Saleor 3.22Type
Page
object pages
A static page that can be manually added by a shop operator through the dashboard.