Osama Salama
07/17/2019, 10:17 AMDizzyCoder
07/20/2019, 1:01 PM<https://www.prisma.io/docs/1.34/get-started/01-setting-up-prisma-new-database-JAVASCRIPT-a002/>
after command prisma deploy
the table should be added to my postgresql , but I check the postgres docker container
docker exec -it my_container psql -U prisma
Β₯z
return 0 rows
so the deploying would not do any change for database?Nikolaj Ivancic
07/20/2019, 3:35 PMyarn add graphql-yoga
resulted with following warnings
Ξ» yarn add graphql-yoga
yarn add v1.9.4
info No lockfile found.
[1/4] Resolving packages...
warning graphql-yoga > apollo-upload-server@7.1.0: Please migrate to <https://npm.im/graphql-upload> (see <https://git.io/fADhl>).
[2/4] Fetching packages...
[------------------------------------------------------------------------------------------------------------------] 0/124(node:21444) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
[3/4] Linking dependencies...
warning "graphql-yoga > graphql-playground-middleware-lambda@1.7.12" has unmet peer dependency "aws-lambda@^0.1.2".
warning "graphql-yoga > graphql-subscriptions@0.5.8" has incorrect peer dependency "graphql@^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0".
warning "graphql-yoga > apollo-server-express > apollo-server-core@1.4.0" has incorrect peer dependency "graphql@^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0".
warning "graphql-yoga > apollo-server-express > apollo-server-core > apollo-tracing@0.1.4" has incorrect peer dependency "graphql@0.10.x - 0.13.x".
warning "graphql-yoga > apollo-server-express > apollo-server-core > apollo-cache-control@0.1.1" has incorrect peer dependency "graphql@0.10.x - 0.13.x".
warning "graphql-yoga > apollo-server-express > apollo-server-core > graphql-extensions@0.0.10" has incorrect peer dependency "graphql@0.10.x - 0.13.x".
indicating that graphql-yoga
is not current.
Is this well-known issue where nobody cares to fix, or should I report this as an issue in GitHub?Nikolaj Ivancic
07/22/2019, 2:02 AMprisma deploy
in the tutorial `https://www.howtographql.com/graphql-js/4-adding-a-database/`:Nikolaj Ivancic
07/22/2019, 2:02 AMΞ» prisma deploy
! Cannot read property 'custom' of undefined
Nisham p
07/24/2019, 7:48 AMNisham p
07/24/2019, 7:49 AMCarl Bowen
07/24/2019, 11:15 AMCarl Bowen
07/24/2019, 11:16 AMCarl Bowen
07/24/2019, 11:17 AMPalash Gupta
07/27/2019, 11:51 AMPalash Gupta
07/27/2019, 11:53 AM"message": "A unique constraint would be violated on User. Details: Field name = email",
patrick
07/29/2019, 4:42 PMdeactivateduser
07/31/2019, 4:16 PMdeactivateduser
07/31/2019, 7:37 PMError: A unique constraint would be violated on User. Details: Field name = id
Alexander
08/01/2019, 10:11 AMKamal
08/02/2019, 7:12 AMKamal
08/02/2019, 7:13 AMmetaheap
08/04/2019, 6:02 AMMarc
08/05/2019, 10:31 AMJovaanc
08/05/2019, 10:31 AMJovaanc
08/05/2019, 10:32 AMJovaanc
08/05/2019, 10:32 AMMuhaki
08/06/2019, 12:35 PMdex
08/07/2019, 3:23 PMAlexander Ivanov
08/07/2019, 8:17 PMAlexander Ivanov
08/07/2019, 8:17 PMAlexander Ivanov
08/07/2019, 8:18 PMAlexander Ivanov
08/07/2019, 8:18 PM