Commit 903b505b authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'vs-rename-gql-file-to-snakecase' into 'master'

Rename updateBoardEpicUserPref to snake_case

See merge request gitlab-org/gitlab!56214
parents 98fef33d 1b3f2f80
......@@ -40,7 +40,7 @@ import issueSetWeightMutation from '../graphql/issue_set_weight.mutation.graphql
import listUpdateLimitMetricsMutation from '../graphql/list_update_limit_metrics.mutation.graphql';
import listsEpicsQuery from '../graphql/lists_epics.query.graphql';
import projectBoardMilestonesQuery from '../graphql/project_board_milestones.query.graphql';
import updateBoardEpicUserPreferencesMutation from '../graphql/updateBoardEpicUserPreferences.mutation.graphql';
import updateBoardEpicUserPreferencesMutation from '../graphql/update_board_epic_user_preferences.mutation.graphql';
import boardsStoreEE from './boards_store_ee';
import * as types from './mutation_types';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment