GraphQL OBJECT
type ProductSearchResult {# Indicates whether the result is truncated.isTruncated: Boolean # List of products that match the search parameters.products: [Product] }