joan
02/22/2019, 10:18 AMevent
has at least a participant
added. Can I just remove the participant also when the event
is removed?Martí Crespí
02/22/2019, 10:19 AMLars-Jørgen Kristiansen
02/22/2019, 10:25 AMRicky
02/22/2019, 10:28 AMprisma deploy
i see messages such as the following
Survey (Type)
+ Created type `Survey`
+ Created field `id` of type `ID!`
+ Created field `createdAt` of type `DateTime!`
+ Created field `updatedAt` of type `DateTime!`
+ Created field `date` of type `DateTime`
+ Created field `name` of type `String!`
+ Created field `Questions` of type `[Question!]!`
Question (Type)
+ Created type `Question`
+ Created field `id` of type `ID!`
+ Created field `updatedAt` of type `DateTime!`
+ Created field `createdAt` of type `DateTime!`
+ Created field `displayText` of type `String!`
+ Created field `surveys` of type `[Survey!]!`
QuestionOnSurvey (Relation)
+ Link Table `_QuestionOnSurvey` between `Question` and `Survey` has been created
There is also a counter saying Applying changes (x/y)
. However I see that the counts decreases to 0 instead of increases.
checking in the db itself shows only this table _RelayId
is created. Any idea what could be wrong?
Many thanksUby
02/22/2019, 11:47 AMnexus-prisma
with an other graphql bindings rather than prisma-client?Uby
02/22/2019, 11:49 AMnexus-prisma
way!Andrei Bacescu
02/22/2019, 12:09 PMtype Query {
node(id: ID!): Node
....
}
I saw this code in prisma.graphql
file generated by prisma-client
library. Thanks in advance.Martin Hunt
02/22/2019, 1:24 PMnull
28/02/2019
null
22/02/2019
24/02/2019
null
Would be ordered ASC:
22/02/2019
24/02/2019
28/02/2019
null
null
null
I'm a bit stumped with this. Any idea of where to start would be greatly appreciated!swangy
02/22/2019, 3:37 PMjoan
02/22/2019, 3:57 PMlocalhost
joan
02/22/2019, 3:57 PMjoan
02/22/2019, 3:58 PMrawriclark
02/22/2019, 3:59 PMrawriclark
02/22/2019, 3:59 PMrawriclark
02/22/2019, 4:03 PMrawriclark
02/22/2019, 4:03 PMrawriclark
02/22/2019, 4:04 PMdan
02/22/2019, 4:08 PMdan
02/22/2019, 4:09 PMDockerfile
but seems kinda odd to have to install prisma on the app server as well in order to run the deploy command and make sure the generated client is up to date.Jerry Jäppinen
02/22/2019, 4:37 PMJerry Jäppinen
02/22/2019, 4:37 PMJerry Jäppinen
02/22/2019, 4:38 PMsomoni
02/22/2019, 6:52 PMsomoni
02/22/2019, 6:53 PMrawriclark
02/22/2019, 7:13 PMJerry Jäppinen
02/22/2019, 9:05 PMjwt-simple
. I realized that when I try to decode a token generated by prisma generate
, jwt throws Error: Signature verification failed
when I use the key from my prisma.yml
. I can bypass the verification, in which case I see the payload that I expected after decoding. This makes me think that I don’t understand what prisma token
really doesJerry Jäppinen
02/22/2019, 9:06 PMJerry Jäppinen
02/22/2019, 9:14 PMprisma token
ryan
02/22/2019, 9:20 PMJerry Jäppinen
02/22/2019, 9:21 PMjwt-simple