Preparing search index...
The search index is not available
@coopenomics/coopjs
@coopenomics/coopjs
Zeus
SubscriptionThunder
Function SubscriptionThunder
Subscription
Thunder
<
SCLR
>
(
fn
,
thunderGraphQLOptions
?
)
:
(
<
O
,
OVERRIDESCLR
,
R
>
(
operation
,
graphqlOptions
?
)
=>
(
<
Z
>
(
o
,
ops
?
)
=>
SubscriptionToGraphQL
<
Z
,
GraphQLTypes
[
R
]
,
UnionOverrideKeys
<
SCLR
,
OVERRIDESCLR
>
>
)
)
Type Parameters
SCLR
extends
ScalarDefinition
Parameters
fn
:
SubscriptionFunction
Optional
thunderGraphQLOptions
:
ThunderGraphQLOptions
<
SCLR
>
Returns
(
<
O
,
OVERRIDESCLR
,
R
>
(
operation
,
graphqlOptions
?
)
=>
(
<
Z
>
(
o
,
ops
?
)
=>
SubscriptionToGraphQL
<
Z
,
GraphQLTypes
[
R
]
,
UnionOverrideKeys
<
SCLR
,
OVERRIDESCLR
>
>
)
)
<
O
,
OVERRIDESCLR
,
R
>
(
operation
,
graphqlOptions
?
)
:
(
<
Z
>
(
o
,
ops
?
)
=>
SubscriptionToGraphQL
<
Z
,
GraphQLTypes
[
R
]
,
UnionOverrideKeys
<
SCLR
,
OVERRIDESCLR
>
>
)
Type Parameters
O
extends
"query"
|
"mutation"
OVERRIDESCLR
extends
ScalarDefinition
R
extends
keyof
ValueTypes
=
GenericOperation
<
O
>
Parameters
operation
:
O
Optional
graphqlOptions
:
ThunderGraphQLOptions
<
OVERRIDESCLR
>
Returns
(
<
Z
>
(
o
,
ops
?
)
=>
SubscriptionToGraphQL
<
Z
,
GraphQLTypes
[
R
]
,
UnionOverrideKeys
<
SCLR
,
OVERRIDESCLR
>
>
)
<
Z
>
(
o
,
ops
?
)
:
SubscriptionToGraphQL
<
Z
,
GraphQLTypes
[
R
]
,
UnionOverrideKeys
<
SCLR
,
OVERRIDESCLR
>
>
Type Parameters
Z
extends
unknown
Parameters
o
:
Z
&
{
[
P
in
string
|
number
|
symbol
]
:
P
extends
keyof
ValueTypes
[
R
]
?
Z
[
P
<
P
>
]
:
never
}
Optional
ops
:
OperationOptions
&
{
variables
?:
ExtractVariables
<
Z
>
;
}
Returns
SubscriptionToGraphQL
<
Z
,
GraphQLTypes
[
R
]
,
UnionOverrideKeys
<
SCLR
,
OVERRIDESCLR
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@coopenomics/coopjs
Loading...