This website requires JavaScript.
Explore
Help
Sign In
root
/
gitlab-ce
mirror of
https://gitlab.com/free-releases/gitlab-ce.git
Watch
1
Star
0
Fork
You've already forked gitlab-ce
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
62ed09f455
gitlab-ce
/
app
/
assets
/
javascripts
/
editor
/
graphql
/
remove_items.mutation.graphql
4 lines
85 B
GraphQL
Raw
Blame
History
mutation
removeToolbarItems
(
$ids
:
[
ID
!
]
)
{
removeToolbarItems
(
ids
:
$ids
)
@client
}
Reference in New Issue
View Git Blame
Copy Permalink