-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade prisma to 2.19.0 (#130)
* upgrade prisma to 2.19.0
- Loading branch information
Jenn
authored
Apr 2, 2021
1 parent
4c482ba
commit ebc68d9
Showing
17 changed files
with
71 additions
and
567 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { DateTimeResolver, JSONObjectResolver } from 'graphql-scalars'; | ||
import { asNexusMethod } from '@nexus/schema'; | ||
import { asNexusMethod } from 'nexus'; | ||
|
||
export const jsonScalar = asNexusMethod(JSONObjectResolver, 'json'); | ||
export const dateTimeScalar = asNexusMethod(DateTimeResolver, 'date'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 0 additions & 69 deletions
69
...bison-app/template/prisma/migrations/20200726094736-initial-migration/README.md
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
...reate-bison-app/template/prisma/migrations/20200726094736-initial-migration/schema.prisma
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.