Mutations
/use_template
use_template
Use a template
Arguments
board_kindBoardKind
The board's kind (public / private / share)board_owner_ids[Int]
Optional board owner user idsboard_owner_team_ids[Int]
Optional board owner team idsboard_subscriber_ids[Int]
Optional board subscriber idsboard_subscriber_teams_ids[Int]
Optional list of subscriber team idscallback_url_on_completeString
The callback URL to send the workspace, boards and dashboards IDs result, after its completed in the backgrounddestination_folder_idInt
The folder ID to duplicate the template to.destination_folder_nameString
The folder name to duplicate the template to, in case of multiple boards templatedestination_nameString
The name of the instancedestination_workspace_idInt
The workspace ID to duplicate the template to, If not defined, it will be created in Main Workspaceskip_target_folder_creationBoolean
Skips target folder creation in multiple entities templatessolution_extra_optionsJSON
Optional adding extra optionstemplate_idInt!Required
The template ID
Returns
- Use a template
mutation use_template($template_id: Int!) { use_template(template_id: $template_id) { # use_template fields } }
Built with