Skip to main content
Version: 3.x

pageType

Look up a page type by ID.

pageType(
id: ID!
): PageType

Arguments

pageType.id ● ID! non-null scalar

ID of the page type.

Type

PageType object

Represents a type of page. It defines what attributes are available to pages of this type.


Was this page helpful?