1 2 3 4 5 6
subscription BuildLogs($deploymentId: String!) { buildLogs(deploymentId: $deploymentId) { message timestamp } }