Commit 211d2b76 authored by Denys Mishunov's avatar Denys Mishunov

Fixing the snippet editing form

parent c0df5956
......@@ -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