Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Input object type

MoveGuidelineDocumentPageInput

Input for moving a guideline document page to a different document and/or category.

Input fields
id: ID!
Beta

The ID of the guideline document page to move.

targetParentId: ID!
Beta

The ID of the parent to move the guideline document page to. Can be either a GuidelineDocument or a GuidelineDocumentPageCategory

sort: Int = null
Beta

The sort position of the guideline document page among its new siblings. Omit it to place it last.