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

18 lines
196 B
GraphQL
Raw Normal View History

2021-03-11 19:13:27 +05:30
#import "./author.fragment.graphql"
2020-06-23 00:09:42 +05:30
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
}