Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Releases: paljs/create-nexus-type

v1.3.0

30 Sep 19:17
Compare
Choose a tag to compare

drop supporting nexus framework

v1.2.5

07 Aug 08:04
Compare
Choose a tag to compare

a small change in count query db => prisma

v1.2.4

11 Jul 16:30
Compare
Choose a tag to compare

Thanks to @guog adding new generate option -c to generate count API

npx cnt --mq -c -f -o
    t.field('usersCount', {
      type: 'Int',
      args: {
        where: 'UserWhereInput',
      },
      async resolve(_root, args, ctx) {
        return ctx.db.user.count(args)
      },
    })

v1.2.3

16 Jun 13:10
Compare
Choose a tag to compare

upgrade schema package to fix relations issue

v1.2.0

30 Apr 00:34
Compare
Choose a tag to compare

update tool to work with last version of nexus

v1.1.6

29 Jan 16:31
Compare
Choose a tag to compare

fix issue with a field name model inside of a model.

v1.1.5

28 Jan 10:58
Compare
Choose a tag to compare

Removing all the ugly characters at the end of line to work in windows

v1.1.4

15 Jan 23:13
Compare
Choose a tag to compare

fix bug in using js mode

v.1.1.3

10 Jan 06:53
Compare
Choose a tag to compare

create es modules version

v1.1.2

20 Dec 21:11
Compare
Choose a tag to compare

Add JavaScript option to create js files