Preparing search index...
The search index is not available
graphqlade
graphqlade
SubscribeMessage
Interface SubscribeMessage
interface
SubscribeMessage
{
id
:
string
;
payload
:
{
operationName
?:
null
|
string
;
query
:
string
;
variables
?:
null
|
Record
<
string
,
unknown
>
;
}
;
type
:
"subscribe"
;
}
Index
Properties
id
payload
type
Properties
id
id
:
string
payload
payload
:
{
operationName
?:
null
|
string
;
query
:
string
;
variables
?:
null
|
Record
<
string
,
unknown
>
;
}
type
type
:
"subscribe"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
payload
type
graphqlade
Loading...