Mutations
/duplicate_board
duplicate_board
Duplicate a board.
Arguments
board_idID!Required
The board's unique identifier.board_nameString
Optional the new board's name. If omitted then automatically generatedduplicate_typeDuplicateBoardType!Required
The duplication type.folder_idID
Optional destination folder in destination workspace. Defaults to the original board folder.keep_subscribersBoolean
Duplicate the subscribers to the new board. Defaults to false.workspace_idID
Optional destination workspace. Defaults to the original board workspace.
Returns
- Duplicate a board.
mutation duplicate_board($board_id: ID!, $duplicate_type: DuplicateBoardType!) { duplicate_board(board_id: $board_id, duplicate_type: $duplicate_type) { # duplicate_board fields } }
Built with