Added login functionality for tech BOD-95
This commit is contained in:
@@ -143,6 +143,13 @@ query QUERY_UPCOMING_APPOINTMENTS($now: timestamptz!, $jobId: uuid!) {
|
||||
larhrs
|
||||
scheduled_completion
|
||||
}
|
||||
}
|
||||
} `;
|
||||
|
||||
`;
|
||||
exports.QUERY_EMPLOYEE_PIN = `query QUERY_EMPLOYEE_PIN($shopId: uuid!, $employeeId: String!) {
|
||||
employees(where: {_and: {shopid: {_eq: $shopId}, employee_number: {_eq: $employeeId}}}) {
|
||||
last_name
|
||||
first_name
|
||||
employee_number
|
||||
pin
|
||||
}
|
||||
}`;
|
||||
|
||||
Reference in New Issue
Block a user