Preparing search index...
The search index is not available
@sodazone/ocelloids-client - v2.4.4
@sodazone/ocelloids-client
server-types
QueryResult
Type Alias QueryResult<T>
QueryResult
:
{
items
:
T
[]
;
pageInfo
?:
{
endCursor
:
string
;
hasNextPage
:
boolean
}
;
}
The query result.
Type Parameters
T
=
AnyQueryResultItem
Type declaration
items
:
T
[]
Optional
pageInfo
?:
{
endCursor
:
string
;
hasNextPage
:
boolean
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@sodazone/ocelloids-client - v2.4.4
Loading...
The query result.