Skip to content

Commit

Permalink
Support native types stabilized feature
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Feb 17, 2021
1 parent fc730ce commit 3d0cfeb
Show file tree
Hide file tree
Showing 478 changed files with 16,347 additions and 3,883 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ npm i @prisma/client
> Please make sure you use `prisma` and `@prisma/client` of version matching `~2.17.0`.
> Otherwise, the runtime check will report an error when you run the generator.
You also need to install the GraphQL JSON scalar library (to support the Prisma `Json` scalar):
You also need to install the GraphQL Scalars library (to support the Prisma `Json`, `BigInt` and `Byte` types):

```sh
npm i graphql-type-json
npm i graphql-scalars
```

as well as the `graphql-fields` that is used to properly support the aggregations queries:
as well as the `graphql-fields` that is used to properly support the aggregate and group by queries:

```sh
npm i graphql-fields @types/graphql-fields
Expand Down
Loading

0 comments on commit 3d0cfeb

Please sign in to comment.