Query
Variables
Response
boltCommandLogs
Stream stdout/stderr for a bolt command as it runs. Poll with the returned cursor until finished is true. Falls back to the persisted output after the Redis stream expires.
QUERY
boltCommandLogs(commandId: Int!, cursor: String): BoltCommandLogsOutputArguments
commandId
Int!
required
cursor
String
default:"0:0"
Returns
ok
Boolean!
lines
[BoltLogLine!]!
cursor
String!
finished
Boolean!
Query
Variables
Response