userCurrentDeviceDelete.graphql 153 B

12345678
  1. mutation userCurrentDeviceDelete($deviceId: ID!) {
  2. userCurrentDeviceDelete(deviceId: $deviceId) {
  3. success
  4. errors {
  5. ...errors
  6. }
  7. }
  8. }