ExecutionJournalEntry
No description
type ExecutionJournalEntry {
assigned_resource_id: ID!
attempts: Int!
created_at: DateTimeISO!
desired_version: Int!
id: ID!
last_error: String
operation_id: ID
remote_ids: JSONObject
status: ExecutionJournalStatus!
step_diff: JSONObject
step_error: JSONObject
step_idempotency_key: String
step_input: JSONObject
step_key: String!
updated_at: DateTimeISO!
}