forked from cerc-io/laconic-console
11 lines
166 B
GraphQL
11 lines
166 B
GraphQL
#
|
|
# Copyright 2020 DXOS.org
|
|
#
|
|
|
|
query ($service: String!, $incremental: Boolean) {
|
|
logs(service: $service, incremental: $incremental) {
|
|
timestamp
|
|
json
|
|
}
|
|
}
|