Skip to content

createUniqueDeviceIdentifierPayload

Autogenerated return type of createUniqueDeviceIdentifier.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createUniqueDeviceIdentifier.
"""
type createUniqueDeviceIdentifierPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
unique_device_identifier: UniqueDeviceIdentifier
}