graphql-mocks
Preparing search index...
relay
applyCursorsToEdges
Function applyCursorsToEdges
applyCursorsToEdges
<
T
=
unknown
>
(
edges
:
Edge
<
T
>
[]
,
cursorForNode
:
CursorForNode
<
T
>
,
before
?:
string
,
after
?:
string
,
)
:
{
backCut
:
boolean
;
edges
:
Edge
<
T
>
[]
;
frontCut
:
boolean
}
Type Parameters
T
=
unknown
Parameters
edges
:
Edge
<
T
>
[]
cursorForNode
:
CursorForNode
<
T
>
Optional
before
:
string
Optional
after
:
string
Returns
{
backCut
:
boolean
;
edges
:
Edge
<
T
>
[]
;
frontCut
:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
graphql-mocks
Loading...