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

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

15 lines
135 B
GraphQL
Raw Normal View History

2021-06-08 01:23:25 +05:30
fragment TimelogFragment on Timelog {
2022-07-16 23:28:13 +05:30
id
2021-06-08 01:23:25 +05:30
timeSpent
user {
2022-01-26 12:08:38 +05:30
id
2021-06-08 01:23:25 +05:30
name
}
spentAt
note {
2022-01-26 12:08:38 +05:30
id
2021-06-08 01:23:25 +05:30
body
}
2021-10-27 15:23:28 +05:30
summary
2021-06-08 01:23:25 +05:30
}