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.

targetDocumentId: ID!
Beta

The ID of the document to move the guideline document page to.

targetDocumentPageCategoryId: ID = null
Beta

The ID of the category to move the guideline document page to. Omit it to move the document page out of any category.

sort: Int = null
Beta

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