A service for making magento apollo queries for categories. Should be provided via the DaffCategoryDriver token.
| Name | Type | Description | 
|---|---|---|
| get | Observable< DaffGetCategoryResponse> | Fetch a category by its ID. | 
| getByUrl | Observable< DaffGetCategoryResponse> | Fetch a category by its associated URL. |