Cauen / prisma-generator-pothos-codegen

The fastest way to create a fully customizable CRUD Graphql API from Prisma Schema.
https://www.npmjs.com/package/prisma-generator-pothos-codegen
95 stars 16 forks source link

The builder path is incorrect in Windows #55

Closed seed-of-apricot closed 11 months ago

seed-of-apricot commented 11 months ago

Generating the inputs and operations results in:

import * as Inputs from "../../inputs";
import { prisma } from "../../../../../src/schema/builder";
import { builder } from '..\..\..\builder'; // this

on Windows.