Added a delete in-progress time ticket button. BOD-183
This commit is contained in:
@@ -91,3 +91,10 @@ export const QUERY_ACTIVE_TIME_TICKETS = gql`
|
||||
}
|
||||
}
|
||||
`;
|
||||
export const DELETE_TIME_TICKET = gql`
|
||||
mutation DELETE_TIME_TICKET($id: uuid!) {
|
||||
delete_timetickets_by_pk(id: $id) {
|
||||
id
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user