File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public static function get_connection_config( $args = array() ) {
4242 'connectionFields ' => array (
4343 'itemCount ' => array (
4444 'type ' => 'Int ' ,
45- 'description ' => __ ( 'Review rating ' , 'wp-graphql-woocommerce ' ),
45+ 'description ' => __ ( 'Total number of items in the cart. ' , 'wp-graphql-woocommerce ' ),
4646 'resolve ' => function ( $ source ) {
4747 if ( empty ( $ source ['edges ' ] ) ) {
4848 return 0 ;
@@ -59,7 +59,7 @@ public static function get_connection_config( $args = array() ) {
5959 ),
6060 'productCount ' => array (
6161 'type ' => 'Int ' ,
62- 'description ' => __ ( 'Review rating ' , 'wp-graphql-woocommerce ' ),
62+ 'description ' => __ ( 'Total number of different products in the cart ' , 'wp-graphql-woocommerce ' ),
6363 'resolve ' => function ( $ source ) {
6464 if ( empty ( $ source ['edges ' ] ) ) {
6565 return 0 ;
You can’t perform that action at this time.
0 commit comments