@stigg/js-client-sdk - v4.12.0
Preparing search index...
GetProductsQuery
Type Alias GetProductsQuery
type
GetProductsQuery
=
{
__typename
?:
"Query"
;
products
:
{
__typename
?:
"ProductConnection"
;
edges
:
{
__typename
?:
"ProductEdge"
;
node
:
{
__typename
?:
"Product"
}
&
ProductFragment
;
}
[]
;
}
;
}
Index
Properties
__
typename?
products
Properties
Optional
__
typename
__typename
?:
"Query"
products
products
:
{
__typename
?:
"ProductConnection"
;
edges
:
{
__typename
?:
"ProductEdge"
;
node
:
{
__typename
?:
"Product"
}
&
ProductFragment
;
}
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
typename
products
@stigg/js-client-sdk - v4.12.0
Loading...