PageInfoType
No description
type PageInfoType {
id: Int!
alias: String!
canonicalUrl: String
alternativeCanonicalUrls: [String] @deprecated
alternativeUrls: [AlternativeUrlType]
backgroundImage: String
logo: String
name: String!
hideTitle: Boolean!
hideDescription: Boolean!
primaryDescription: String
primaryImage: String
secondaryDescription: String
meta: MetadataType
subCategories: [CategoryType]
}
Fields
PageInfoType.id ● Int! non-null scalar
PageInfoType.alias ● String! non-null scalar
PageInfoType.canonicalUrl ● String scalar
PageInfoType.alternativeCanonicalUrls ● [String] deprecated list scalar
DEPRECATEDUse AlternativeUrls instead.
PageInfoType.alternativeUrls ● [AlternativeUrlType] list object
PageInfoType.backgroundImage ● String scalar
PageInfoType.logo ● String scalar
PageInfoType.name ● String! non-null scalar
PageInfoType.hideTitle ● Boolean! non-null scalar
PageInfoType.hideDescription ● Boolean! non-null scalar
PageInfoType.primaryDescription ● String scalar
PageInfoType.primaryImage ● String scalar
PageInfoType.secondaryDescription ● String scalar
PageInfoType.meta ● MetadataType object
PageInfoType.subCategories ● [CategoryType] list object
Returned by
listPageInfo query