Removed references to allocations objects. Added new fields to job for employee assignment + created new component. BOD-100
This commit is contained in:
@@ -33,15 +33,6 @@ export const GET_JOB_LINES_BY_PK = gql`
|
||||
}
|
||||
}
|
||||
}
|
||||
allocations {
|
||||
id
|
||||
hours
|
||||
employee {
|
||||
id
|
||||
first_name
|
||||
last_name
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user