Added additional precuations for users that do not exist and verified auth access.
This commit is contained in:
@@ -172,3 +172,11 @@ export const UPDATE_JOB = gql`
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const DELETE_JOB = gql`
|
||||
mutation DELETE_JOB($jobId: uuid!) {
|
||||
delete_jobs_by_pk(id: $jobId) {
|
||||
id
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user