data-hub
data-hub copied to clipboard
Data delivery & consumption platform for Pimcore.
### Feature description It's hard to build idempotence interaction with Datahub. Mostly because there is only input method, which equals to set. Graphql provides `_inc` method, some [example here](https://hasura.io/blog/updating-data-using-mutations-on-hasura-graphql-87c7e22503bc/). Supporting...
### Feature description Currently there is no way to disable the language fallback for queries like there is in PHP: `\Pimcore\Model\DataObject\Localizedfield::setGetFallbackValues(false);` Currently there is no chance to determine if a...
This a feature request for an IN filter in filter query, so we can request multiple objects by e.g. an Array of IDs. Looking like: ``` query { getProductListing(filter: "{\"uniqueId\":...
### Feature description We would love to have the opportunity to access (write) classification store contents with the graphql interface. It seems that this is not possible today.
Using key attribute as a filter could make simpler some listings like searching an specific category from its slug (the key attribute, for example) or instead of its id, because...
It would be great to be able to use the GraphQL integration with the `IndexService` from the `EcommerceFrameworkBundle`. Currently this pull requests works with following GraphQL Syntax: ``` { getProductFilter(...
### Feature description In a multi tenant setup, I would like an option to pick the tenant for en custom endpoint to be able to expose any data. Would that...
### Feature description Add the possibility to create Webhooks and listen to certain events
Are there any plans to integrate subscriptions in data-hub? Maybe the Lighthouse Implementation could be a good reference for this: https://lighthouse-php.com/5/subscriptions/getting-started.html
If i crop an image then the image in graphql output is not cropped. I receive only the crop data in graphql. 