In the old API, POST /tickets
allowed a reply
variable which was the body of the message sent to the recipient. (https://legacy.sonar.software/apidoc/#api-Tickets-PostTicket)
In the new API, I don’t see that option: https://api.sonar.software/createpublicticketmutationinput.doc.html
I only see a separate mutation: https://api.sonar.software/createticketreplymutationinput.doc.html
Does that mean I need to make 2 calls (1. create ticket, 2. create reply)… and if so, is it possble to chain those together somehow into a single GQL call?