Preparing search index...
The search index is not available
graphql-mocks
graphql-mocks
relay
types
RelayPaginationResult
Type Alias RelayPaginationResult<T>
Relay
Pagination
Result
<
T
>
:
{
edges
:
{
node
:
T
;
}
[]
;
pageInfo
:
{
endCursor
:
string
|
null
;
hasNextPage
:
boolean
;
hasPreviousPage
:
boolean
;
startCursor
:
string
|
null
;
}
;
}
Type Parameters
T
=
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
graphql-mocks
Loading...