Welcome to mirror list, hosted at ThFree Co, Russian Federation.

note_permissions.fragment.graphql « fragments « graphql « design_management « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e599ab19c2d3d9bb4ad1067f0757560feb4c6932 (plain)
1
2
3
4
fragment DesignNotePermissions on NotePermissions {
  adminNote
  repositionNote
}