The submitComment mutations fails with:
pq: missing FROM-clause entry for table ""event""
Example query
mutation {
submitComment(trackerId: 8263, ticketId: 1, input: { text: "test" }) {
ticket {
subject
}
}
}
Drew DeVault referenced this ticket in commit bb414aa.