Kevin S
02/12/2018, 9:52 PMKevin S
02/12/2018, 9:52 PMwesbos
02/12/2018, 9:52 PMStef
02/12/2018, 10:08 PMrein
02/12/2018, 10:21 PMdkjess
02/12/2018, 11:05 PMdkjess
02/12/2018, 11:05 PMVijay
02/13/2018, 2:57 AMpatstrz
02/13/2018, 5:24 AM{
"data": null,
"errors": [
{
"message": "Cannot use GraphQLSchema \"[object Object]\" from another module or realm.\n\nEnsure that there is only one instance of \"graphql\" in the node_modules\ndirectory. If different versions of \"graphql\" are the dependencies of other\nrelied on modules, use \"resolutions\" to ensure only one version is installed.\n\n<https://yarnpkg.com/en/docs/selective-version-resolutions\n\nDuplicate> \"graphql\" modules cannot be used at the same time since different\nversions may have different capabilities and behavior. The data from one\nversion used in the function from another could produce confusing and\nspurious results.",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"feed"
]
}
]
}
Here is the repo https://github.com/PatrickStrz/prisma-ts , I I started a project with the advanced typescript boiler plate.rein
02/13/2018, 9:30 AMAndrii Los
02/13/2018, 10:56 AMtpyo
02/13/2018, 11:15 AMtpyo
02/13/2018, 11:17 AMtpyo
02/13/2018, 11:18 AMtpyo
02/13/2018, 11:18 AMtpyo
02/13/2018, 11:20 AMmaverick
02/13/2018, 11:26 AMterion
02/13/2018, 11:26 AMyolen
02/13/2018, 11:40 AMpatrick
02/13/2018, 11:42 AMHriBB
02/13/2018, 11:48 AM[Network error]: FetchError: request to <http://localhost:4466/prisma/dev> failed, reason: connect ECONNREFUSED 127.0.0.1:4466
Error: request to <http://localhost:4466/prisma/dev> failed, reason: connect ECONNREFUSED 127.0.0.1:4466
at Object.checkResultAndHandleErrors (/home/bojan/www/dental/prisma/server/node_modules/graphql-tools/dist/stitching/errors.js:73:34)
at Object.<anonymous> (/home/bojan/www/dental/prisma/server/node_modules/graphql-tools/dist/stitching/delegateToSchema.js:89:52)
at step (/home/bojan/www/dental/prisma/server/node_modules/graphql-tools/dist/stitching/delegateToSchema.js:40:23)
at Object.next (/home/bojan/www/dental/prisma/server/node_modules/graphql-tools/dist/stitching/delegateToSchema.js:21:53)
at fulfilled (/home/bojan/www/dental/prisma/server/node_modules/graphql-tools/dist/stitching/delegateToSchema.js:12:58)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
HriBB
02/13/2018, 11:48 AMyolen
02/13/2018, 11:53 AMyolen
02/13/2018, 11:54 AMyolen
02/13/2018, 11:54 AMyolen
02/13/2018, 11:54 AMchakrihacker
02/13/2018, 11:59 AMWincent
02/13/2018, 12:31 PMmv
02/13/2018, 12:58 PMprisma deploy
, but it's the DB endpoint... so I don't have access to my resolvers.pokorson
02/13/2018, 1:49 PMgraphql-yoga
do somekind of query caching when used with Prisma? When I delete some data in playground from db
I still get it to my client app until I restart server 😕