stash/graphql/documents/data/log.graphql

6 lines
63 B
GraphQL

fragment LogEntryData on LogEntry {
time
level
message
}