declare const _default: "\n query categories(\n $filters: CategoryFilterInput,\n $pageSize: Int,\n $currentPage: Int\n ) {\n categories(\n filters: $filters,\n pageSize: $pageSize,\n currentPage: $currentPage\n ) {\n items {\n children {\n include_in_menu\n is_anchor\n level\n name\n position\n product_count\n uid\n url_key\n url_path\n url_suffix\n children {\n include_in_menu\n is_anchor\n level\n name\n position\n product_count\n uid\n url_key\n url_path\n url_suffix\n children {\n include_in_menu\n is_anchor\n level\n name\n position\n product_count\n uid\n url_key\n url_path\n url_suffix\n children {\n include_in_menu\n is_anchor\n level\n name\n position\n product_count\n uid\n url_key\n url_path\n url_suffix\n }\n }\n }\n }\n product_count\n name\n uid\n }\n page_info {\n current_page\n page_size\n total_pages\n }\n total_count\n }\n }\n"; export default _default; //# sourceMappingURL=categories.d.ts.map