debian-mirror-gitlab/app/assets/javascripts/graphql_shared/fragments/alert_note.fragment.graphql
2021-03-11 19:13:27 +05:30

17 lines
196 B
GraphQL

#import "./author.fragment.graphql"
fragment AlertNote on Note {
id
author {
id
state
...Author
}
body
bodyHtml
createdAt
discussion {
id
}
systemNoteIconName
}