OBJECT
A build run log represents a log message generated from the creation of a build run
type BuildRunCreationLog implements Node {# build run creation log unique idid: ID! # the log level of this log message level: BuildRunLogLevel! # Log message message: String! # timestamp for the log message timestamp: DateTime! }