Michael Bromley
Michael Bromley
**Is your feature request related to a problem? Please describe.** The Admin UI features an alerts area, which is driven by the `AlertsService` internally. This is currently not documented, so...
**Describe the bug** Scenario: Product "T-shirt" is part of 2 collections: ``` root > clothing > tops root > sale (private) > clothing ``` When querying `Product.collections`, it will return...
**Is your feature request related to a problem? Please describe.** Some data which is stored as config args or custom fields might be sensitive and would benefit from being stored...
**Is your feature request related to a problem? Please describe.** In some more advanced use-cases a need has emerged to be able to intercept operations on an order and do...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I need to e.g. apply a facet to a product but only know the SKU of...
**Is your feature request related to a problem? Please describe.** Currently, all queries implementing the `PaginatedList` interface and using the `ListQueryBuilder` get filtering capabilities automatically. It is possible to specify...
## Background Vendure is dedicated to providing an outstanding developer experience. A major part of that is our documentation at https://docs.vendure.io. The docs have a solid foundation of correctness (all...
Graphql codegen has a [client preset plugin](https://the-guild.dev/graphql/codegen/plugins/presets/preset-client) which has the following advantage over the current generic SDK plugin: - It "automatically" types the graphql operation, so it is explicit in...
Used to work fine. I was recently made aware that it doesn't play anymore. No error message in console. Album art loads, which means API call to SoundCloud is working...