mutation($input: JiraImportUsersInput!) { jiraImportUsers(input: $input) { jiraUsers { jiraAccountId jiraDisplayName jiraEmail gitlabId } errors } }