davidyoung
03/05/2018, 11:36 PMtype Plan @model {
...
previousPlan: Plan @relation(name: "PreviousPlan")
}
When I try to run a create mutation adding previousPlanId it says I'm trying to reference a node that doesn't exist, even though it does. Is that relation right? Not sure what to do when it's a one-to-one relation of the same type.
"message": "You are referencing a node that does not exist. Please check your mutation to make sure you are only creating edges between existing nodes. Id if available: cjeeupwo2j3k30195shnsex1h",
"requestId": "eu-west-1:simple:cjeev4hwtl1g50115l8rdpa3d"davidyoung
03/05/2018, 11:39 PMdanscan
03/06/2018, 1:25 AMprisma import...
Even after deleting the state.json file in my NDF import dir, running prisma reset, prisma local nuke, and even manually deleting the db persistence docker volume, I'm still seeing:
Skipping file .../ndf_output/nodes/0000.json (already imported)
Skipping file .../ndf_output/lists/0000.json (already imported)
Skipping file .../ndf_output/relations/0000.json (already imported)danscan
03/06/2018, 1:26 AMckelley
03/06/2018, 1:32 AMListening for transport dt_socket at address: 8000
Error: Exception thrown by the agent : java.net.MalformedURLException: Local host name unknown: java.net.UnknownHostException: e447092d9a96: e447092d9a96: System error
Anyone know what would trigger this? I've tried setting the SCHEMA_MANAGER_ENDPOINT and similar values to use hostname localhost and 127.0.0.1Peter Tan
03/06/2018, 2:26 AMAntonio
03/06/2018, 8:02 AMAntonio
03/06/2018, 8:03 AMAntonio
03/06/2018, 8:03 AMAntonio
03/06/2018, 8:04 AMVictor
03/06/2018, 8:13 AMVictor
03/06/2018, 8:13 AMVictor
03/06/2018, 8:13 AMAntonio
03/06/2018, 8:14 AMVictor
03/06/2018, 8:15 AMdenish
03/06/2018, 8:37 AMdenish
03/06/2018, 8:37 AMVictor
03/06/2018, 8:40 AMdenish
03/06/2018, 8:41 AMVictor
03/06/2018, 8:41 AMdenish
03/06/2018, 8:41 AMdenish
03/06/2018, 8:42 AMVictor
03/06/2018, 8:42 AMdenish
03/06/2018, 8:44 AMconst httpLink = createHttpLink({
uri: '/graphql',
});
my graph uri on different server/urlKyle Gammon
03/06/2018, 8:45 AMfabien0102
03/06/2018, 9:13 AMsplit and a little bit complexity (auth + 2 links ^^) or if it's the only way for instant. Thanks πVictor
03/06/2018, 9:14 AMhuv1k
03/06/2018, 9:16 AMschickling
03/06/2018, 10:27 AMrstankov
03/06/2018, 10:40 AM