Commit 06268e85 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'dmishunov-fix-snippet-editing' into 'master'

Fixing the snippet editing form

Closes #220785

See merge request gitlab-org/gitlab!36709
parents 48cff1e2 211d2b76
......@@ -26,6 +26,21 @@ fragment SnippetBase on Snippet {
...BlobViewer
}
}
blob {
binary
name
path
rawPath
size
externalStorage
renderedAsText
simpleViewer {
...BlobViewer
}
richViewer {
...BlobViewer
}
}
userPermissions {
adminSnippet
updateSnippet
......
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