gitlab-org--gitlab-foss/app/assets/javascripts/graphql_shared/fragments/issuable_timelogs.fragment....

14 lines
130 B
GraphQL

fragment TimelogFragment on Timelog {
timeSpent
user {
id
name
}
spentAt
note {
id
body
}
summary
}