export const createTicketMutation = `mutation CreateTicket($input: TicketCreateInput!) {
ticketCreate(input: $input) {
ticket {
id
priority {
}
}`;