Skip to content

Commit

Permalink
Support "groupBy" preview feature
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Jan 27, 2021
1 parent 587351b commit e85e9b4
Show file tree
Hide file tree
Showing 95 changed files with 34,551 additions and 17,117 deletions.
536 changes: 536 additions & 0 deletions experiments/generated-schema.graphql

Large diffs are not rendered by default.

1,234 changes: 1,222 additions & 12 deletions experiments/prisma/generated/client/index.d.ts

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions experiments/prisma/generated/client/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion experiments/prisma/generated/client/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generator client {
binaryTargets = ["windows", "debian-openssl-1.1.x"]
output = "../prisma/generated/client"
// previewFeatures = ["nativeTypes"]
// previewFeatures = ["groupBy"]
previewFeatures = ["groupBy"]
}

generator typegraphql {
Expand Down
Loading

0 comments on commit e85e9b4

Please sign in to comment.