RegisterDeviceOutput
The data returned by the register device method
type RegisterDeviceOutput {
apiKey: String!
device: Device!
}
Fields
RegisterDeviceOutput.apiKey ● String! non-null scalar
The API key of the device
RegisterDeviceOutput.device ● Device! non-null object
The device registered
Returned By
registerDevice mutation