Type alias GetProductsQuery
Get
ProductsQuery: { __typename?: "Query"; products: { __typename?: "ProductConnection"; edges: { __typename?: "ProductEdge"; node: { __typename?: "Product" } & ProductFragment }[] } }
Type declaration
-
Optional
__typename?: "Query"
-
products: { __typename?: "ProductConnection"; edges: { __typename?: "ProductEdge"; node: { __typename?: "Product" } & ProductFragment }[] }
-
Optional
__typename?: "ProductConnection"
-
edges: { __typename?: "ProductEdge"; node: { __typename?: "Product" } & ProductFragment }[]