Type Alias GetProductsQuery
type GetProductsQuery = { __typename?: "Query"; products: { __typename?: "ProductConnection"; edges: { __typename?: "ProductEdge"; node: { __typename?: "Product" } & ProductFragment; }[]; };} Properties
Optional__typename
__typename?: "Query"
products
products: { __typename?: "ProductConnection"; edges: { __typename?: "ProductEdge"; node: { __typename?: "Product" } & ProductFragment; }[];}