Emi
05/02/2018, 12:04 PMtype Section {
id: ID! @unique
title: String!
subsections: [Section!]! @relation(name: "SectionSubsections", onDelete: CASCADE)
insideSection: Section @relation(name: "SectionSubsections")
}
I'm deleting a Section node and I expect all subsections to also being deleted (due to the onDelete: CASCADE
). Nevertheless, all subsections are not deleted, they just "disconnects" its relation from insideSection
field. What am I doing wrong?rein
05/02/2018, 12:41 PMmrboutte
05/02/2018, 1:21 PMMpdev
05/02/2018, 1:29 PMhalborg
05/02/2018, 1:45 PMMike
05/02/2018, 1:48 PMrecruitment {
id
symbols {
id
recruitmentText(filter: {
recruitment: {
id:"cj9rnf5cuc84b0116syouiqq9"
}
}) {
text
}
}
}
Is there some way to not having to define the recruitmentId in the recruitmentText filter, and just having it filter by the parent recruitment-context instead?Julien
05/02/2018, 3:45 PMJulien
05/02/2018, 3:48 PMpicosam
05/02/2018, 4:49 PMpasa
05/02/2018, 7:12 PMpasa
05/02/2018, 7:12 PMRunning graphql get-schema --project database !
▸ 'EACCES': spawn EACCES
benwis
05/02/2018, 8:08 PMJscott388
05/02/2018, 10:08 PMTill
05/02/2018, 10:58 PMbenwis
05/03/2018, 4:59 AMbenwis
05/03/2018, 4:59 AMjohn
05/03/2018, 5:02 AMLam Kieu
05/03/2018, 7:50 AMdocker-compose.yml
is, and run docker-compose pull
right? And will I losing old data after updated?Jim
05/03/2018, 8:01 AMrein
05/03/2018, 8:27 AMzonofthor
05/03/2018, 8:52 AMjohn
05/03/2018, 9:26 AMhamdi
05/03/2018, 11:02 AMcarstenbaumhoegger
05/03/2018, 2:53 PMGetting started
tutorial. When I want to open the playground it displays graphqlconfig" file is not available in the provided config directory: ...
. Is this my fault or is the tutorial outdated? 🤔
thanks in advance!Maxime Scibetta
05/03/2018, 4:23 PMhttps://puu.sh/AfjUs/00b4ff25fa.png▾
{
"data": {
"signupUser": null
},
"errors": [
{
"locations": [
{
"line": 2,
"column": 3
}
],
"functionError": "An unexpected error occured during signup.",
"path": [
"signupUser"
],
"code": 5001,
"message": "function execution error: An unexpected error occured during signup.",
"requestId": "eu-west-1:simple:cjgqqorfh2inp01506h6959gy"
}
]
}
pasa
05/03/2018, 5:52 PMJscott388
05/03/2018, 7:12 PMJscott388
05/03/2018, 7:35 PMcalvinhobbes92
05/03/2018, 7:36 PMJscott388
05/03/2018, 7:48 PM