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

14 lines
190 B
GraphQL
Raw Normal View History

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