markus
08/15/2018, 3:08 PMpgRelation
at once through Graphql π
(The datamodel is created through introspect
) .
Iβm not sure if this is a know issue or if I should create a ticket? I tried with prisma:1.15-alpha
as well but no luck. Would be happy with a workaround for now, as the alternative is going back to PostGraphile for the time being πmarkus
08/15/2018, 3:09 PMjava.util.concurrent.ExecutionException: Boxed Error
Caused by: java.lang.Error: Passed deferreds should not belong to different relations and should not have different arguments.
markus
08/15/2018, 3:10 PMprisma deploy
does not raise any issuesnilan
08/15/2018, 3:10 PMmarkus
08/15/2018, 3:11 PMimage: 'postgres:10'
With prisma I tried 1.13
, as well as beta
and alpha
(I really want Prisma to work, haha π
)nilan
08/15/2018, 3:12 PM1.12.3
instead?markus
08/15/2018, 3:12 PMnilan
08/15/2018, 3:12 PMnilan
08/15/2018, 3:14 PM1.13
, so we can reproduce it and fix it as soon as possible π You can use this template: https://github.com/prisma/prisma/issues/new?template=bug_report.mdnilan
08/15/2018, 3:14 PMmarkus
08/15/2018, 3:16 PM1.13
, given all the movement with the pg introspector I wanted to check here first before creating a duplicate issue πnilan
08/15/2018, 3:16 PMnilan
08/15/2018, 3:17 PM1.14
today, so I will also check it there once I have confirmed it on 1.13
.markus
08/15/2018, 3:17 PM1.12.3
in the mean timenilan
08/15/2018, 3:18 PMmarkus
08/15/2018, 3:29 PMprisma introspect
on 1.12.3
wonβt use the public
schema as configured but what seems to be the management
schema in pg π
Will extract a test case for 1.13
now and raise an issue on GH π thanks @nilannilan
08/15/2018, 3:30 PMmarkus
08/15/2018, 4:43 PM