debian-mirror-gitlab/app/assets/javascripts/snippets/fragments/snippetBase.fragment.graphql

13 lines
172 B
GraphQL
Raw Normal View History

2020-01-01 13:55:28 +05:30
fragment SnippetBase on Snippet {
id
title
description
createdAt
updatedAt
visibilityLevel
webUrl
userPermissions {
adminSnippet
updateSnippet
}
}