Skip to main content
Version: Canary 🚧

PageAttributeUnassign

Unassign attributes from a given page type.

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

Fields

PageAttributeUnassign.pageType ● PageType object

The updated page type.

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

DEPRECATED

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

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

Returned by

pageAttributeUnassign mutation


Was this page helpful?