| @@ -129,9 +129,9 @@ | ||
| 129 | 129 | } |
| 130 | 130 | |
| 131 | 131 | $response = $this->http()->mutation( |
| 132 | 132 | 'myFavouriteItem', |
| 133 | - 'total_page, current_page, data { id, name, rating, type, slug, favourite_count, thumbnail, thumbnail2, thumbnail3, price, author{ display_name, name, joined } }', | |
| 133 | + 'total_page, current_page, data { id, name, rating, type, slug, favourite_count, thumbnail, thumbnail2, thumbnail3, price, author{ display_name, name, joined }, dependencies{ id, name, icon, plugin_file, plugin_original_slug, is_pro, link } }', | |
| 134 | 134 | $funcArgs |
| 135 | 135 | )->post(); |
| 136 | 136 | |
| 137 | 137 | if ( is_wp_error( $response ) ) { |