mike.johnson
01/17/2018, 3:43 PMyuri
01/17/2018, 3:43 PMprisma-eu1
or prisma-us1
? Is there any way how to manage it in graph.cool style?lawrence
01/17/2018, 3:49 PMkitze
01/17/2018, 3:56 PMJarand
01/17/2018, 4:19 PMpush
a new node on a to-many relation? For example i want to add a relation from a -> b, butI still want the a->c connection. Now it overwrites the existing relations.theory
01/17/2018, 4:35 PMJai
01/17/2018, 4:53 PMeruby
01/17/2018, 5:27 PMbwoodlt
01/17/2018, 5:42 PMTangoJuliett
01/17/2018, 6:00 PMTangoJuliett
01/17/2018, 6:31 PMharmony
01/17/2018, 6:32 PMTangoJuliett
01/17/2018, 6:33 PMTangoJuliett
01/17/2018, 6:33 PMharmony
01/17/2018, 6:33 PMharmony
01/17/2018, 6:34 PMTangoJuliett
01/17/2018, 6:34 PMharmony
01/17/2018, 6:34 PMTangoJuliett
01/17/2018, 6:38 PMtfiwm
01/17/2018, 7:34 PMehodges
01/17/2018, 7:44 PMJarand
01/17/2018, 7:47 PMJarand
01/17/2018, 8:01 PMmutation createPost(
$text: String!
$lat: Float!
$long: Float!
$userId: ID,
) {
createPost(text: $text, lat: $lat, long: $long, userId: $userId) {
id
}
}
tfiwm
01/17/2018, 8:53 PMjohnius
01/17/2018, 9:14 PMweakky
01/17/2018, 9:40 PMlastmjs
01/17/2018, 10:06 PMmatty
01/17/2018, 10:43 PMmatty
01/17/2018, 10:43 PM