- Fix an issue with not having an upper context to store intermediate values. Thus allowing me to fix the top level 'Add Task'
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -2087,7 +2087,7 @@ export const DELETE_JOB = gql`
|
||||
`;
|
||||
|
||||
export const QUERY_GET_TASKS_JOB_DETAILS_BY_ID = gql`
|
||||
query GetTasksJobDetailsById($id: uuid!) {
|
||||
query QUERY_GET_TASKS_JOB_DETAILS_BY_ID($id: uuid!) {
|
||||
jobs_by_pk(id: $id) {
|
||||
id
|
||||
joblines {
|
||||
|
||||
Reference in New Issue
Block a user