Quramy / prisma-fabbrica

Prisma generator to define model factory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define Association shorthand

Quramy opened this issue · comments

Provide to way to define association with defined other factory like this:

const PostFactory = definePostFactory({
  defaultData: {
    author: UserFactory,
  }
})