Skip to main content
Version: Canary 🚧

PageAttributeAssign

Assign attributes to a given page type.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.
type PageAttributeAssign {
pageType: PageType
pageErrors: [PageError!]! @deprecated
errors: [PageError!]!
}

Fields

PageAttributeAssign.pageType ● PageType object

The updated page type.

PageAttributeAssign.pageErrors ● [PageError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

PageAttributeAssign.errors ● [PageError!]! non-null object

Returned by

pageAttributeAssign mutation


Was this page helpful?