graphql-mocks
Preparing search index...
relay
types
RelayPaginationResult
Type Alias RelayPaginationResult<T>
type
RelayPaginationResult
<
T
=
unknown
>
=
{
edges
:
{
node
:
T
}
[]
;
pageInfo
:
{
endCursor
:
string
|
null
;
hasNextPage
:
boolean
;
hasPreviousPage
:
boolean
;
startCursor
:
string
|
null
;
}
;
}
Type Parameters
T
=
unknown
Index
Properties
edges
page
Info
Properties
edges
edges
:
{
node
:
T
}
[]
page
Info
pageInfo
:
{
endCursor
:
string
|
null
;
hasNextPage
:
boolean
;
hasPreviousPage
:
boolean
;
startCursor
:
string
|
null
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edges
page
Info
graphql-mocks
Loading...