Mutations
/duplicate_board
duplicate_board
Duplicate a board.
Arguments
board_id
ID!
Required
The board's unique identifier.board_name
String
Optional the new board's name. If omitted then automatically generatedduplicate_type
DuplicateBoardType!
Required
The duplication type.folder_id
ID
Optional destination folder in destination workspace. Defaults to the original board folder.keep_subscribers
Boolean
Duplicate the subscribers to the new board. Defaults to false.workspace_id
ID
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