Left Curve Software Stack
Home
GitHub
Preparing search index...
@left-curve/types
GraphqlQueryResult
Type Alias GraphqlQueryResult<T>
type
GraphqlQueryResult
<
T
>
=
{
edge
:
{
cursor
:
string
;
node
:
T
}
[]
;
nodes
:
T
[]
;
pageInfo
:
PageInfo
;
}
Type Parameters
T
Index
Properties
edge
nodes
page
Info
Properties
edge
edge
:
{
cursor
:
string
;
node
:
T
}
[]
nodes
nodes
:
T
[]
page
Info
pageInfo
:
PageInfo
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edge
nodes
page
Info
Home
GitHub
Left Curve Software Stack
Loading...