lib/dashx/client.rb in dashx-0.3.0 vs lib/dashx/client.rb in dashx-0.4.0
- old
+ new
@@ -19,10 +19,10 @@
}
'
TRACK_EVENT_REQUEST = 'mutation TrackEvent($input: TrackEventInput!) {
trackEvent(input: $input) {
- id
+ success
}
}
'
SAVE_CONTACTS_REQUEST = 'mutation SaveContacts($input: SaveContactsInput!) {