Skip to main content

pageAttributeUnassign

Unassign attributes from a given page type.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.
pageAttributeUnassign(
attributeIds: [ID!]!
pageTypeId: ID!
): PageAttributeUnassign

Arguments

pageAttributeUnassign.attributeIds ● [ID!]! non-null scalar miscellaneous

The IDs of the attributes to unassign.

pageAttributeUnassign.pageTypeId ● ID! non-null scalar miscellaneous

ID of the page type from which the attributes should be unassign.

Type

PageAttributeUnassign object pages

Unassign attributes from a given page type.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.