GraphQL reference

RegisterPushDevicePayload

Object

Autogenerated return type of RegisterPushDevice.

mutation { user { registerPushDevice } }

Example

mutation RegisterPushDevice($input: RegisterPushDeviceInput!) {
  user {
    registerPushDevice(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!