debian-mirror-gitlab/app/assets/javascripts/graphql_shared/fragments/alert_note.fragment.graphql

18 lines
221 B
GraphQL
Raw Normal View History

2020-06-23 00:09:42 +05:30
#import "~/graphql_shared/fragments/author.fragment.graphql"
fragment AlertNote on Note {
2020-07-28 23:09:34 +05:30
id
author {
2020-06-23 00:09:42 +05:30
id
2020-07-28 23:09:34 +05:30
state
...Author
}
body
bodyHtml
createdAt
discussion {
id
}
systemNoteIconName
2020-06-23 00:09:42 +05:30
}