Removed references to allocations objects. Added new fields to job for employee assignment + created new component. BOD-100

This commit is contained in:
Patrick Fic
2020-07-16 13:59:27 -07:00
parent bbc0359e3a
commit fbb7bbad15
37 changed files with 2127 additions and 55 deletions

View File

@@ -33,15 +33,6 @@ export const GET_JOB_LINES_BY_PK = gql`
}
}
}
allocations {
id
hours
employee {
id
first_name
last_name
}
}
}
}
`;