Resolve delete checklist item.
This commit is contained in:
@@ -22,10 +22,10 @@ export default function JobAdminDeleteIntake({ job }) {
|
|||||||
mutation DELETE_DELIVERY($jobId: uuid!) {
|
mutation DELETE_DELIVERY($jobId: uuid!) {
|
||||||
update_jobs_by_pk(
|
update_jobs_by_pk(
|
||||||
pk_columns: { id: $jobId }
|
pk_columns: { id: $jobId }
|
||||||
_set: { deliverychecklist: null }
|
_set: { deliverchecklist: null }
|
||||||
) {
|
) {
|
||||||
id
|
id
|
||||||
deliverychecklist
|
deliverchecklist
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`);
|
`);
|
||||||
|
|||||||
Reference in New Issue
Block a user