Mutations
/
use_template

use_template

Use a template

Arguments

  • board_kind
    BoardKind
    The board's kind (public / private / share)
  • board_owner_ids
    [Int]
    Optional board owner user ids
  • board_owner_team_ids
    [Int]
    Optional board owner team ids
  • board_subscriber_ids
    [Int]
    Optional board subscriber ids
  • board_subscriber_teams_ids
    [Int]
    Optional list of subscriber team ids
  • callback_url_on_complete
    String
    The callback URL to send the workspace, boards and dashboards IDs result, after its completed in the background
  • destination_folder_id
    Int
    The folder ID to duplicate the template to.
  • destination_folder_name
    String
    The folder name to duplicate the template to, in case of multiple boards template
  • destination_name
    String
    The name of the instance
  • destination_workspace_id
    Int
    The workspace ID to duplicate the template to, If not defined, it will be created in Main Workspace
  • skip_target_folder_creation
    Boolean
    Skips target folder creation in multiple entities templates
  • solution_extra_options
    JSON
    Optional adding extra options
  • template_id
    Int!
    Required
    The template ID

Returns

mutation use_template($template_id: Int!) {
use_template(template_id: $template_id) {
# use_template fields
}
}
update_workspaceconnect_project_to_portfolio
Built with