debian-mirror-gitlab/app/assets/javascripts/work_items/graphql/discussion.fragment.graphql
2023-03-04 22:38:38 +05:30

12 lines
175 B
GraphQL

#import "~/graphql_shared/fragments/user.fragment.graphql"
fragment Discussion on Note {
id
body
bodyHtml
systemNoteIconName
createdAt
author {
...User
}
}