data-hub
data-hub copied to clipboard
Data delivery & consumption platform for Pimcore.
It would be great if the selection's display name was available to pass to other applications in addition to the value of the selection.   
### Feature description As a user, I want to be able to export (download) existing endpoints/configurations - as with DataObject Classes. As the next step, I want to import those...
### Improvement description Update datahub / graphql documentation - [ ] Update screenshots - [ ] replace screenshots with old graphiQL ui e.g. add mutation - [ ] replace screenshots...
### Feature description GraphQL queries are only able to return the currently published version of individual documents/assets/data-objects. For certain usecases it would be useful to also access specific unpublished versions/drafts,...
### Improvement description # Query bricks assigned to areablock Currently data-hub seem to be missing a way to query areabricks and corresponding editables from a document. Consider the following example:...
### Expected behavior Calling `fullpath` with a `thumbnail` parameter on an `asset` type via GraphQL should only return the URL for that thumbnail, without generating that thumbnail if it does...
### Improvement description Hello everyone! Didn't find nothing similar to it. Is it possible to add json encoder/decoder operator for data-hub graphql configuration similar to [grid view's one](https://pimcore.com/docs/pimcore/10.0/User_Documentation/DataObjects/Grid_Configuration_Operators/Transformers/JSON.html)? We encountered...
### Improvement description In Datahub version 1.2 now saves configs in `/var/data-hub/.yaml` So, lets say that I want to import 10 csv files that will create 10 different DataObjects but...
### Improvement description After changing my `PIMCORE_WRITE_TARGET_DATA_HUB` from `symfony-config` to `settings-store` (see [Docs](https://pimcore.com/docs/data-hub/current/Deployment.html)) I looked for a possibility to rebuild the definitions, so the configuration will be initial saved in...
### Feature description Currently there is no way to retrieve unpublished objects in inline fragments like this one:  In this example, GraphQL returns unpublished products, but no unpublished categories...