data-hub icon indicating copy to clipboard operation
data-hub copied to clipboard

Data delivery & consumption platform for Pimcore.

Results 138 data-hub issues
Sort by recently updated
recently updated
newest added

### 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...

PR Welcome
New Feature

### 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...

New Feature
Pimcore:Backlog

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\":...

PR Welcome

### 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.

New Feature
Pimcore:Backlog

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...

PR Welcome
Improvement

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(...

Pimcore:ToDo

### 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...

PR Welcome
New Feature

### Feature description Add the possibility to create Webhooks and listen to certain events

New Feature

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

PR Welcome
New Feature

If i crop an image then the image in graphql output is not cropped. I receive only the crop data in graphql. ![Bildschirmfoto 2021-02-12 um 17 53 04](https://user-images.githubusercontent.com/862783/107797360-29764380-6d5b-11eb-8bd5-62731ab841fa.jpg)

PR Welcome