gitlab-org--gitlab-foss/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.

19 lines
189 B
GraphQL
Raw Normal View History

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