if (categoryId && !(await ctx.prisma.category.findUnique({ where: { id: categoryId } }))) {
      throw new ValidationError('categoryId not found');
    }