10 lines
106 B
GraphQL
10 lines
106 B
GraphQL
fragment TimelogFragment on Timelog {
|
|
timeSpent
|
|
user {
|
|
name
|
|
}
|
|
spentAt
|
|
note {
|
|
body
|
|
}
|
|
}
|