mirror of https://github.com/stashapp/stash.git
6 lines
63 B
GraphQL
6 lines
63 B
GraphQL
|
fragment LogEntryData on LogEntry {
|
||
|
time
|
||
|
level
|
||
|
message
|
||
|
}
|