Joakim Karlsson
10/11/2019, 9:23 AMJoakim Karlsson
10/11/2019, 9:23 AMbamne123
10/11/2019, 12:45 PMbamne123
10/11/2019, 12:47 PMciszekmarcell
10/11/2019, 2:56 PMpatrick
10/11/2019, 4:55 PMKhoa Le
10/13/2019, 4:29 AMKhoa Le
10/13/2019, 4:29 AMKhoa Le
10/13/2019, 4:29 AMKhoa Le
10/13/2019, 4:29 AMKhoa Le
10/13/2019, 4:30 AMKhoa Le
10/13/2019, 4:30 AMKhoa Le
10/13/2019, 4:30 AMKhoa Le
10/13/2019, 4:30 AMKhoa Le
10/13/2019, 4:30 AMSEVERE: Connection error:
2019-10-13T01:47:15.321687270Z app[web.1]: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "postgres"
Khoa Le
10/13/2019, 4:31 AMSujoy Saha
10/13/2019, 7:18 AMNick Wild
10/13/2019, 5:42 PMaccount_id:Int!
as being the unique “key” and to dispense with `id:ID! @id`However when I use `@id`on the above I do not have access to this in the mutation from the playground. How can I set this up so I can enter data that will be unique (account_ID will be 101, 102, 103 etc) but that will be seen as the id of the datamodel.Alan
10/13/2019, 11:34 PMsteven ko
10/14/2019, 6:07 AMsteven ko
10/14/2019, 6:08 AMsteven ko
10/14/2019, 6:08 AMsteven ko
10/14/2019, 6:08 AMsteven ko
10/14/2019, 6:09 AMChristoph Dietrich
10/14/2019, 9:48 AMJosef Henryson
10/14/2019, 9:55 AM1.34: Pulling from prismagraphql/prisma
ERROR: image operating system "linux" cannot be used on this platform
Any ideas on how I can configure Docker on WS to support the Prisma image?rein
10/14/2019, 10:17 AMDaniel
10/14/2019, 11:13 AMprilutskiy
10/14/2019, 1:39 PMericsonluciano
10/14/2019, 2:13 PMisAuthenticated: rule()((parent, args, context) => {
const {
app: {
user: { id }
}
} = context;
return Boolean(id);
}),
not sure why i alway got error with not authorized even the token was correct.