debian-mirror-gitlab/app/assets/javascripts/snippets/fragments/snippetBase.fragment.graphql
2020-01-01 13:55:28 +05:30

13 lines
No EOL
172 B
GraphQL

fragment SnippetBase on Snippet {
id
title
description
createdAt
updatedAt
visibilityLevel
webUrl
userPermissions {
adminSnippet
updateSnippet
}
}