@coopenomics/sdk
Preparing search index...
Zeus
SubscriptionToGraphQL
Type Alias SubscriptionToGraphQL<Z, T, SCLR>
type
SubscriptionToGraphQL
<
Z
,
T
,
SCLR
extends
ScalarDefinition
>
=
{
error
:
(
fn
:
(
e
:
{
data
?:
InputType
<
T
,
Z
,
SCLR
>
;
errors
?:
string
[]
}
)
=>
void
,
)
=>
void
;
off
:
(
fn
:
(
e
:
{
code
?:
number
;
data
?:
InputType
<
T
,
Z
,
SCLR
>
;
message
?:
string
;
reason
?:
string
;
}
,
)
=>
void
,
)
=>
void
;
on
:
(
fn
:
(
args
:
InputType
<
T
,
Z
,
SCLR
>
)
=>
void
)
=>
void
;
open
:
()
=>
void
;
ws
:
WebSocket
;
}
Type Parameters
Z
T
SCLR
extends
ScalarDefinition
Index
Properties
error
off
on
open
ws
Properties
error
error
:
(
fn
:
(
e
:
{
data
?:
InputType
<
T
,
Z
,
SCLR
>
;
errors
?:
string
[]
}
)
=>
void
,
)
=>
void
off
off
:
(
fn
:
(
e
:
{
code
?:
number
;
data
?:
InputType
<
T
,
Z
,
SCLR
>
;
message
?:
string
;
reason
?:
string
;
}
,
)
=>
void
,
)
=>
void
on
on
:
(
fn
:
(
args
:
InputType
<
T
,
Z
,
SCLR
>
)
=>
void
)
=>
void
open
open
:
()
=>
void
ws
ws
:
WebSocket
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
off
on
open
ws
@coopenomics/sdk
Loading...