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

update_item.mutation.graphql « graphql « editor « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8424c65181246ee6523488905e0b952500c579d (plain)
1
2
3
mutation updateItem($id: String!, $propsToUpdate: Item!) {
  updateToolbarItem(id: $id, propsToUpdate: $propsToUpdate) @client
}