Sporades SDK API
Preparing search index...
client
SporadesInfernoAdapters
Type Alias SporadesInfernoAdapters
Inferno-native lifecycle adapters over the shared framework-neutral client connection.
type
SporadesInfernoAdapters
=
{
authAdapter
(
host
:
InfernoAdapterHost
)
:
InfernoAuthAdapter
;
mutationAdapter
<
Result
=
unknown
>
(
host
:
InfernoAdapterHost
,
name
:
string
,
)
:
InfernoMutationAdapter
<
Result
>
;
queryAdapter
<
Data
=
unknown
>
(
host
:
InfernoAdapterHost
,
name
:
string
,
)
:
InfernoQueryAdapter
<
Data
>
;
}
Index
Methods
auth
Adapter
mutation
Adapter
query
Adapter
Methods
auth
Adapter
authAdapter
(
host
:
InfernoAdapterHost
)
:
InfernoAuthAdapter
Parameters
host
:
InfernoAdapterHost
Returns
InfernoAuthAdapter
mutation
Adapter
mutationAdapter
<
Result
=
unknown
>
(
host
:
InfernoAdapterHost
,
name
:
string
,
)
:
InfernoMutationAdapter
<
Result
>
Type Parameters
Result
=
unknown
Parameters
host
:
InfernoAdapterHost
name
:
string
Returns
InfernoMutationAdapter
<
Result
>
query
Adapter
queryAdapter
<
Data
=
unknown
>
(
host
:
InfernoAdapterHost
,
name
:
string
,
)
:
InfernoQueryAdapter
<
Data
>
Type Parameters
Data
=
unknown
Parameters
host
:
InfernoAdapterHost
name
:
string
Returns
InfernoQueryAdapter
<
Data
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
auth
Adapter
mutation
Adapter
query
Adapter
Sporades SDK API
Loading...
Inferno-native lifecycle adapters over the shared framework-neutral client connection.