GraphQL reference

DestroyPushDeviceInput

Input

Autogenerated input type of DestroyPushDevice

mutation { user { destroyPushDevice } }

Example

mutation DestroyPushDevice($input: DestroyPushDeviceInput!) {
  user {
    destroyPushDevice(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
mutationMetadataJSON
tokenString!