Documentation
Preparing search index...
Model/API
DeleteDeviceMutation
Type Alias DeleteDeviceMutation
type
DeleteDeviceMutation
=
{
deleteDevice
?:
|
{
__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
delete
Device?
Properties
Optional
delete
Device
deleteDevice
?:
|
{
__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
delete
Device
Documentation
Loading...