Skip to main content

pageAttributeAssign Mutation

Assign attributes to a given page type.

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

Arguments

attributeIds ● [ID!]!

The IDs of the attributes to assign.

pageTypeId ● ID!

ID of the page type to assign the attributes into.

Type

PageAttributeAssign

Assign attributes to a given page type.

Requires the MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.