glekner
08/28/2021, 12:37 PMsrc/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">'.Ryan
08/30/2021, 5:49 AMNODE_ENV set to production on Heroku?