Documentation
Preparing search index...
Model/API
UpdateDeviceMutation
Type Alias UpdateDeviceMutation
type
UpdateDeviceMutation
=
{
updateDevice
?:
|
{
__typename
:
"Device"
;
ID
:
number
;
ImageURL
?:
string
|
null
;
Name
?:
string
|
null
;
Password
?:
string
|
null
;
RadiusRA
?:
number
|
null
;
RadiusRB
?:
number
|
null
;
RadiusRC
?:
number
|
null
;
RadiusRD
?:
number
|
null
;
SerialNumber
?:
string
|
null
;
SpringConstant
?:
number
|
null
;
}
|
null
;
}
Index
Properties
update
Device?
Properties
Optional
update
Device
updateDevice
?:
|
{
__typename
:
"Device"
;
ID
:
number
;
ImageURL
?:
string
|
null
;
Name
?:
string
|
null
;
Password
?:
string
|
null
;
RadiusRA
?:
number
|
null
;
RadiusRB
?:
number
|
null
;
RadiusRC
?:
number
|
null
;
RadiusRD
?:
number
|
null
;
SerialNumber
?:
string
|
null
;
SpringConstant
?:
number
|
null
;
}
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
update
Device
Documentation
Loading...