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

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