vdiaz1130
11/17/2018, 8:09 PMType 'import(".../src/generated/graphqlgen").MutationResolvers.UserUpdateInput' is not assignable to
Type 'import(".../src/generated/prisma-client/index").UserUpdateInput'.
Types of property 'name' are incompatible.
Type 'string | null' is not assignable to type 'string | undefined'.
Type 'null' is not assignable to type 'string | undefined'. [2322]
Any ideas?weakky
11/17/2018, 9:48 PMvdiaz1130
11/18/2018, 2:12 AM