DestroyPushDeviceInput
InputAutogenerated input type of DestroyPushDevice
mutation { user { destroyPushDevice } }
Example
mutation DestroyPushDevice($input: DestroyPushDeviceInput!) {
user {
destroyPushDevice(input: $input) {
errors
}
}
}