pageAttributeAssign Mutation
Assign attributes to a given page type.
pageAttributeAssign(
attributeIds: [ID!]!
pageTypeId: ID!
): PageAttributeAssign
Details
type PageAttributeAssign {
pageType: PageType
pageErrors: [PageError!]! @deprecated
errors: [PageError!]!
}
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.