```src/schema/branch/types/BranchMutation.ts(42,36...
# orm-help
g
Copy code
src/schema/branch/types/BranchMutation.ts(42,36): error TS7006: Parameter 'l' implicitly has an 'any' type.
       src/schema/branch/types/BranchMutation.ts(52,36): error TS7006: Parameter 'l' implicitly has an 'any' type.
       src/schema/branch/types/BranchMutation.ts(53,47): error TS7006: Parameter 'l' implicitly has an 'any' type.
       src/schema/payloads.ts(62,7): error TS2339: Property 'date' does not exist on type 'ObjectDefinitionBlock<"TasksByThisWeekGroupByPayload">'.
       src/schema/task/types/Task.ts(18,7): error TS2339: Property 'date' does not exist on type 'ObjectDefinitionBlock<"Task">'.
       src/schema/task/types/Task.ts(19,15): error TS2339: Property 'date' does not exist on type 'Omit<OutputDefinitionBlock<"Task">, "nonNull" | "nullable">'.
       src/schema/task/types/Task.ts(20,15): error TS2339: Property 'date' does not exist on type 'Omit<OutputDefinitionBlock<"Task">, "nonNull" | "nullable">'.
       src/schema/task/types/Task.ts(21,15): error TS2339: Property 'date' does not exist on type 'Omit<OutputDefinitionBlock<"Task">, "nonNull" | "nullable">'.
       src/schema/task/types/Task.ts(35,7): error TS2339: Property 'date' does not exist on type 'InputDefinitionBlock<"TaskCreateInput">'.
r
@glekner 👋 Probably because of
NODE_ENV
set to
production
on Heroku?