Agente Dog
Results
1
issues of
Agente Dog
GraphQLError: Input Object type BrandFollowUpdateManyMutationInput must define one or more fields.
4
Hi 👋 I have the following model ```prisma model BrandFollow { id Int @id @default(autoincrement()) /// @HideField({ input: true }) createdAt DateTime @default(now()) /// @HideField({ input: true }) updatedAt DateTime...
question