Skip to main content

pageAttributeUnassign Mutation

Unassign attributes from a given page type.

Requires the MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.
pageAttributeUnassign(
attributeIds: [ID!]!
pageTypeId: ID!
): PageAttributeUnassign
Show return type

Arguments

attributeIds ● [ID!]!

The IDs of the attributes to unassign.

pageTypeId ● ID!

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

Type

PageAttributeUnassign

Unassign attributes from a given page type.

Requires the MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.