The module used to configure the DaffExternalRouterDriver for usage with Magento.
```ts
@NgModule({
  declarations: [],
  imports: [
    ...
    DaffExternalRouterDriverMagentoModule.forRoot()
  ],
})
export class AppModule{}
```
Note that this package depends upon ApolloClient, as the Magento driver uses GraphQl to make it's API calls.
| Name | Type | Description | 
|---|