Welcome to mirror list, hosted at ThFree Co, Russian Federation.

set_sort_preference.mutation.graphql « queries « list « issues « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed7b5193c9ba7c008124c6d2dc2299bfdcb97cf3 (plain)
1
2
3
4
5
mutation setSortPreference($input: UserPreferencesUpdateInput!) {
  userPreferencesUpdate(input: $input) {
    errors
  }
}