1 2 3 4 5 6
query BuildLogs($deploymentId: String!, $startDate: DateTime) { buildLogs(deploymentId: $deploymentId, startDate: $startDate) { message timestamp } }