Ehsan Sarshar
10/08/2019, 3:46 PMBrendan McKenzie
10/08/2019, 11:47 PMMike
10/09/2019, 12:04 AMChris Mugnier
10/09/2019, 6:27 AMChris Mugnier
10/09/2019, 6:27 AMTechdeviago
10/09/2019, 8:34 AMTechdeviago
10/09/2019, 8:35 AMVince Kully
10/09/2019, 9:30 PMVince Kully
10/09/2019, 9:58 PMAntony
10/09/2019, 11:20 PMJames
10/10/2019, 12:38 AMhuykon225
10/10/2019, 4:28 AMJames
10/10/2019, 6:33 AMprisma deploy
to introspect an existing database, what does "Enter database name (the database includes the schema)" mean? so it should be something like this, "databasename.default$default" ?James
10/10/2019, 6:33 AMY Duong Cong
10/10/2019, 8:31 AMY Duong Cong
10/10/2019, 8:33 AMSeyi
10/10/2019, 1:48 PMDane Grant
10/10/2019, 2:36 PMFamojuro Adeniyi
10/10/2019, 4:06 PMSmakosh
10/10/2019, 4:13 PMSmakosh
10/10/2019, 4:13 PMSmakosh
10/10/2019, 4:16 PMyou don’t have to install the 1.34 precisely, listen to what Andrew mentioned during the course, that you can install the latest Prisma version
Spencer Olsen
10/10/2019, 7:40 PMquery account {
account(where: { id: "ACCOUNT_ID" }) {
name
state
accountUsers {
userProfile {
id
}
roles {
id
}
}
}
}
We want to restrict it so that only those who have the correct permissions are allowed to query all users on an account. Others should be restricted to only querying basic info, such as the account name or state. The same would be true on the query back after performing a mutation.
Does anyone know of an existing library that would help with this? Or would we need to implement our own resolvers, parse through the queries and then perform the needed authorization checks? As a little background info: We have an Apollo server that stands in front of our Prisma server. We merge the Prisma schema with others to provide a global schema to the front end.Kyle Melton
10/10/2019, 10:55 PMString cannot represent value: {...}
. Where did I go wrong?Sujoy Saha
10/11/2019, 4:35 AMSujoy Saha
10/11/2019, 4:35 AMMorten Bo Rønsholdt
10/11/2019, 8:11 AMinno
10/11/2019, 8:16 AMJoakim Karlsson
10/11/2019, 8:19 AMJoakim Karlsson
10/11/2019, 8:19 AM