Hex Core JS
Preparing search index...
App Modules
addToRelayConnectionCache
Function addToRelayConnectionCache
addToRelayConnectionCache
<
T
extends
|
Partial
<
RelayConnection
<
Reference
,
"totalCount"
|
"edges"
>
>
|
null
|
undefined
,
>
(
cachedValue
:
T
,
objectRef
:
Reference
|
null
|
undefined
,
)
:
T
|
{
edges
:
{
node
:
Reference
}
[]
;
totalCount
:
number
}
Type Parameters
T
extends
Partial
<
RelayConnection
<
Reference
,
"totalCount"
|
"edges"
>
>
|
null
|
undefined
Parameters
cachedValue
:
T
objectRef
:
Reference
|
null
|
undefined
Returns
T
|
{
edges
:
{
node
:
Reference
}
[]
;
totalCount
:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Hex Core JS
Loading...