debian-mirror-gitlab/app/assets/javascripts/alert_management/graphql/fragments/alert_note.fragment.graphql
2020-06-23 00:09:42 +05:30

17 lines
232 B
GraphQL

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