debian-mirror-gitlab/app/assets/javascripts/graphql_shared/fragments/alert_note.fragment.graphql
2021-03-08 18:12:59 +05:30

17 lines
221 B
GraphQL

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