Mass cull of old routes

This commit is contained in:
Kurt Hutten
2020-11-19 19:17:16 +11:00
parent 26e291a27b
commit eeb9616e1d
38 changed files with 5 additions and 1676 deletions

View File

@@ -66,7 +66,7 @@ export const deleteUser = ({ id }) => {
export const User = {
Parts: (_obj, { root }) => db.user.findOne({ where: { id: root.id } }).Part(),
Part: (_obj, { root, ...rest }) =>
Part: (_obj, { root }) =>
_obj.partTitle &&
db.part.findOne({
where: {