debian-mirror-gitlab/app/assets/javascripts/work_items/graphql/discussion.fragment.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
175 B
GraphQL
Raw Normal View History

2023-03-04 22:38:38 +05:30
#import "~/graphql_shared/fragments/user.fragment.graphql"
fragment Discussion on Note {
id
body
bodyHtml
systemNoteIconName
createdAt
author {
...User
}
}