qsys
04/22/2017, 12:27 PMedit field
, relations are not considered as fields: when I try to set the permission to update the location
field of an event, I can't: this location
-field is not shown as a field).
How can I make the callback fire only when an event with location is known?nilan
04/22/2017, 12:47 PMit still is weird graphcool can't handle it to set the relation at creation time, but that's how it is.
nilan
04/22/2017, 12:48 PMqsys
04/22/2017, 12:49 PMcurl '<https://api.graph.cool/simple/v1/__PROJECT_ID__>' -H 'content-type: application/json' --data-binary '{"query":"mutation {createFleemanEvent(location: {lat: 51.19, lng: 3.19}) {id}}"}' --compressed
qsys
04/22/2017, 12:49 PMnilan
04/22/2017, 12:49 PMqsys
04/22/2017, 12:50 PM