url stringlengths 50 196 | text stringlengths 3 17.2k | heading stringlengths 2 103 | embeddings list |
|---|---|---|---|
https://pimcore.com/docs/platform//Datahub/GraphQL/Configuration/Security_Settings#workspace-settings | Workspace Settings
Defines workspaces for data that should be accessible via the endpoint.
The definition is similar to Pimcore user workspace permissions
Available permissions:
Create
Read
Update
Delete
| Workspace Settings | [
0.04684314504265785,
-0.22521202266216278,
-0.28314152359962463,
-0.12028899043798447,
-0.27401596307754517,
-0.19705285131931305,
0.15878187119960785,
-0.031736861914396286,
-0.14453592896461487,
0.18970991671085358,
-0.3990234434604645,
0.09504923224449158,
0.11272495985031128,
0.0735371... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Configuration/Security_Settings#error-handling----configuration-values | Error Handling - Configuration Values
The default behavior for associated/related objects, documents or assets that are not visible for the
endpoint is, to simply null it out.
You can change that via a configuration setting in symfony configuration tree:
1 = the entire query will fail
2 = null it out/skip it for mult... | Error Handling - Configuration Values | [
-0.1983240246772766,
0.06968187540769577,
-0.0018551771063357592,
0.27235737442970276,
-0.353398859500885,
-0.367399662733078,
0.19849902391433716,
0.132077157497406,
0.18823647499084473,
0.14188842475414276,
-0.21611548960208893,
0.12772874534130096,
-0.027532225474715233,
-0.121724918484... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Configuration/Custom_Permissions#custom-permissions | Custom Permissions
When creating custom queries or creating other custom extensions to Datahub, it might be useful to add additional permissions to define access rules for certain data entities (like it is possible to define access for Documents, Assets, etc.). | Custom Permissions | [
0.04010138288140297,
0.30403974652290344,
-0.24719993770122528,
-0.05165307596325874,
-0.42640626430511475,
-0.24230198562145233,
0.1907462477684021,
0.07075708359479904,
0.03652514889836311,
0.2482074797153473,
-0.2093125879764557,
-0.11916445940732956,
-0.01983821392059326,
0.08679848164... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Configuration/Custom_Permissions#adding-custom-permissions | Adding Custom Permissions
If you want to create custom permissions, you can create an event-listener for the event
Pimcore\Bundle\DataHubBundle\ConfigEvents::SPECIAL_ENTITIES and add them as follows.
The EventListener adds a new Entity of type Pimcore\Bundle\DataHubBundle\Model\SpecialEntitySetting
with the correspondi... | Adding Custom Permissions | [
-0.2539993226528168,
0.02914532832801342,
-0.11461978405714035,
-0.06821669638156891,
-0.20471717417240143,
-0.16700807213783264,
0.13652200996875763,
0.08965126425027847,
0.13539382815361023,
0.17763322591781616,
-0.33001095056533813,
0.40445250272750854,
-0.28896892070770264,
0.465549767... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Configuration/Custom_Permissions#sample-implementation | Sample Implementation
use Pimcore\Bundle\DataHubBundle\ConfigEvents;
use Pimcore\Bundle\DataHubBundle\Event\Config\SpecialEntitiesEvent;
use Pimcore\Bundle\DataHubBundle\Model\SpecialEntitySetting;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
class GraphQlCustomListener implements EventSubscriberIn... | Sample Implementation | [
-0.36510664224624634,
0.029581604525446892,
-0.011263727210462093,
0.3028801381587982,
-0.26290392875671387,
-0.28980958461761475,
-0.03977617621421814,
0.07894966006278992,
0.24417738616466522,
0.2741406559944153,
-0.24267403781414032,
0.4088304042816162,
-0.2887882888317108,
0.3538928925... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Configuration/Customize_Endpoint_URL#customizing-the-endpoint | Customizing the Endpoint
The standard endpoint is
/pimcore-graphql-webservices/{clientname}?apikey={yourApiKey}
So if your configuration name is blogdemo and your apikey 123456
then your endpoint would be
/pimcore-graphql-webservices/blogdemo?apikey=12345
Here is a configuration example showing how to override the st... | Customizing the Endpoint | [
-0.05304639786481857,
-0.0566723607480526,
-0.019285453483462334,
-0.41111841797828674,
-0.045103415846824646,
-0.33099114894866943,
-0.18517068028450012,
-0.18035314977169037,
-0.019718335941433907,
0.023405548185110092,
-0.12937134504318237,
0.729275643825531,
0.320574015378952,
0.528531... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Document_Queries#document-queries | Document Queries | Document Queries | [
-0.06109185889363289,
-0.21610862016677856,
-0.3607121407985687,
0.41933494806289673,
-0.30044257640838623,
-0.04179955646395683,
0.06363506615161896,
0.2198542207479477,
-0.25433626770973206,
0.15899787843227386,
-0.005625469144433737,
-0.008508609607815742,
-0.0077581098303198814,
-0.185... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Document_Queries#supported-document-types | Supported Document Types
Email
Hardlink
Link
Page
Snippet
| Supported Document Types | [
-0.07620923966169357,
-0.41242697834968567,
-0.10089101642370224,
-0.061683040112257004,
-0.095456562936306,
0.1139150857925415,
0.35392168164253235,
0.18256790935993195,
0.1240624263882637,
-0.010124843567609787,
-0.02298303134739399,
0.13805633783340454,
-0.2567864954471588,
0.4493142068... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Document_Queries#supported-page-element-types | Supported Page Element Types
Areablock
Checkbox
Date
Embed
Image
Input
Link
Multiselect
Numeric
Pdf
Relation
Relations
Scheduled Block
Select
Table
Textarea
Video
Wysiwyg
...
| Supported Page Element Types | [
-0.4051751494407654,
-0.4587566554546356,
-0.2510027289390564,
-0.04500835761427879,
-0.06970235705375671,
-0.05561954528093338,
0.3142244517803192,
0.33553969860076904,
0.4047461450099945,
0.12612727284431458,
0.03631875663995743,
0.2740670144557953,
0.051922522485256195,
0.69313889741897... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Document_Queries#document-query-samples | Document Query Samples | Document Query Samples | [
-0.1985444277524948,
-0.09501973539590836,
-0.3243021070957184,
-0.007848495617508888,
-0.4529760777950287,
-0.011806076392531395,
0.14577367901802063,
0.27615711092948914,
-0.23846793174743652,
0.013631199486553669,
0.1585059016942978,
0.061446260660886765,
-0.020680762827396393,
-0.03404... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Document_Queries#fetch-document-page-and-get-date-editable | Fetch Document Page and Get Date Editable
{
getDocument(id: 25) {
... on document_page {
fullpath
editables {
...on document_editableDate {
_editableName
# unix timestamp
timestamp
# as formatted string
formatted(format:"Y-m-d")
... | Fetch Document Page and Get Date Editable | [
-0.11096291989088058,
-0.18347206711769104,
-0.25320562720298767,
0.04331132769584656,
-0.08774054795503616,
-0.11488346010446548,
-0.09184776246547699,
0.4793664216995239,
-0.17882110178470612,
0.3131950795650482,
-0.00822651106864214,
0.384711354970932,
-0.07410402595996857,
-0.035648126... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Document_Queries#fetch-document-page-and-get-all-editables,-including-the-inherited-editables | Fetch Document Page and Get All Editables, Including the Inherited Editables
{
getDocument(id: 207) {
... on document_page {
id,
editables(getInheritedValues: true ){
__typename
}
}
}
}
| Fetch Document Page and Get All Editables, Including the Inherited Editables | [
-0.1511983573436737,
-0.22899657487869263,
-0.2772813141345978,
0.2404538094997406,
0.06834106147289276,
0.07004071772098541,
0.02786954492330551,
0.5944269299507141,
-0.19598031044006348,
0.07726717740297318,
-0.5576357245445251,
0.6606048345565796,
0.02345641888678074,
-0.109915666282176... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Document_Queries#fetch-document-page-via-data-object-relation-and-get-more-editable-data | Fetch Document Page via Data Object Relation and Get More Editable Data
get data object ID 61
get many-to-one relation
get target page document
get link editable
get referenced page document / or news object
get input editables of referenced page document / or shorttext of news object
{
getTest3(id: 61) {
manyt... | Fetch Document Page via Data Object Relation and Get More Editable Data | [
0.10550007969141006,
-0.2941431701183319,
-0.20924706757068634,
0.5592976808547974,
0.008508561179041862,
-0.11148975789546967,
-0.13679905235767365,
0.5407363772392273,
-0.2551146447658539,
0.19284583628177643,
-0.5494067072868347,
0.5005554556846619,
0.1398886740207672,
0.122776120901107... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Document_Queries#fetch-link-document | Fetch Link Document
Get Link Document and resolve the target news text.
{
getDocument(id: 76) {
... on document_link {
fullpath
object {
...on object_news {
shortText
}
}
}
}
}
| Fetch Link Document | [
-0.04652062803506851,
-0.5253437161445618,
-0.15931063890457153,
0.2975093126296997,
0.06663742661476135,
-0.2926410436630249,
-0.03319930285215378,
0.4995082914829254,
-0.04660714417695999,
0.17652353644371033,
0.08512427657842636,
0.16172736883163452,
0.17225250601768494,
0.0082261413335... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Document_Queries#fetch-document-properties | Fetch Document Properties
see Element Properties | Fetch Document Properties | [
-0.4640711545944214,
-0.31704628467559814,
-0.3346793055534363,
0.4925539493560791,
-0.035751670598983765,
-0.1634112447500229,
-0.048650454729795456,
0.5029425024986267,
0.12729808688163757,
0.5148454904556274,
-0.2522750496864319,
0.1739463359117508,
0.08715102821588516,
0.10522313416004... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Document_Queries#fetch-document-translation-links | Fetch Document Translation Links
{
getDocument(id: 76) {
... on document_page {
id
translations {
id
language
target {
... on document_headlessdocument {
fullpath
}
}
}
}
}
}
| Fetch Document Translation Links | [
-0.12827235460281372,
-0.3710382580757141,
-0.25729504227638245,
0.37086939811706543,
-0.07459476590156555,
-0.09485795348882675,
0.024083226919174194,
0.3689853549003601,
0.16426783800125122,
0.09894447028636932,
-0.1093987375497818,
0.048251934349536896,
0.182095006108284,
-0.23221658170... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Document_Queries#fetch-language-specific-document-translation-link | Fetch Language Specific Document Translation Link
{
getDocument(id: 76) {
... on document_page {
id
translations(defaultLanguage: "de") {
...
}
}
}
}
| Fetch Language Specific Document Translation Link | [
-0.023518897593021393,
-0.25087979435920715,
-0.3106980621814728,
0.30113184452056885,
-0.20395950973033905,
-0.16569319367408752,
-0.03260356932878494,
0.3364114463329315,
0.17628014087677002,
0.11527591198682785,
-0.0031466882210224867,
0.14194679260253906,
0.24463988840579987,
-0.146416... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Asset_Queries#asset-queries | Asset Queries
Asset queries support getting single assets, single asset folders and asset listings. | Asset Queries | [
-0.28087878227233887,
-0.027447601780295372,
-0.3076457679271698,
0.39367905259132385,
0.08455972373485565,
-0.16080372035503387,
0.16291315853595734,
0.3639157712459564,
-0.07307785749435425,
0.13994327187538147,
-0.527546226978302,
0.03919442743062973,
-0.21802972257137299,
0.06297688186... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Asset_Queries#get-single-asset | Get Single Asset
Base structure for getting single asset:
{
getAsset(id: 4) {
...
}
}
See also following examples:
Sample GetAsset
Sample Asset Metadata
| Get Single Asset | [
-0.2562743127346039,
-0.3152603805065155,
-0.20347224175930023,
0.35769957304000854,
0.19605112075805664,
-0.09005344659090042,
0.39576828479766846,
0.565389096736908,
-0.03940602391958237,
0.1712062507867813,
-0.42783987522125244,
-0.007375619374215603,
0.09120781719684601,
-0.01059846766... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Asset_Queries#get-single-asset-folder | Get Single Asset Folder
Base structure for getting single asset folder (same as for assets):
{
getAssetFolder(id: 4) {
...
}
}
| Get Single Asset Folder | [
-0.17600388824939728,
-0.014063548296689987,
-0.20036686956882477,
0.5597198605537415,
0.2832481563091278,
-0.20790378749370575,
0.2985134422779083,
0.5235483050346375,
0.0876157358288765,
0.3391016721725464,
-0.5066577196121216,
0.0018425018060952425,
-0.07250352948904037,
-0.034112155437... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Asset_Queries#get-list-of-assets | Get List of Assets
Base structure for getting a list of assets, restricted by IDs:
{
getAssetListing(ids: "4,5") {
edges {
...
See also following examples:
Sample GetAssetListing
| Get List of Assets | [
-0.04146116226911545,
-0.1636943817138672,
-0.338742196559906,
0.3436463475227356,
0.026657376438379288,
-0.12272582948207855,
0.4153105616569519,
0.45095959305763245,
0.34397053718566895,
0.133505180478096,
-0.4328670799732208,
0.19026072323322296,
0.0037186990957707167,
0.116385146975517... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Asset_Queries#pagination | Pagination
Pagination can be applied as query parameters.
{
# 'first' is the limit
# 'after' the offset
getAssetListing(first: 3, after: 1) {
edges {
...
}
}
}
| Pagination | [
-0.014241458848118782,
-0.30442315340042114,
-0.3064728081226349,
0.10785017162561417,
-0.26479342579841614,
-0.24123109877109528,
-0.13110671937465668,
0.13051585853099823,
-0.034029267728328705,
0.12456677109003067,
0.04801597073674202,
0.05952202528715134,
0.18620523810386658,
0.2127285... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Asset_Queries#simple-sorting | Simple Sorting
Sorting can be applied as query parameters, for example sort by filename, descending.
{
getManufacturerListing(sortBy: "filename", sortOrder: "DESC") {
edges {
node {
id
name
}
}
}
}
| Simple Sorting | [
-0.14457443356513977,
-0.0904252678155899,
-0.2677444517612457,
0.13962867856025696,
-0.06165323033928871,
-0.3353346288204193,
-0.1508820503950119,
0.3180602490901947,
0.30606770515441895,
0.2540650963783264,
-0.1012771800160408,
0.4203534722328186,
0.06159327179193497,
0.2921642363071441... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Asset_Queries#filtering | Filtering
You can use Pimcore's webservice filter logic as described
here
for filtering listing requests.
For details see filtering documentation page | Filtering | [
-0.06086742505431175,
-0.11034978926181793,
-0.348683625459671,
-0.08810938894748688,
-0.057414133101701736,
-0.4084462523460388,
0.06728919595479965,
0.18004047870635986,
0.0391915924847126,
0.03313756734132767,
-0.2743637263774872,
0.13205765187740326,
0.04060600325465202,
0.199462190270... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Asset_Queries#localization-of-queries | Localization of Queries
Queries can be localized For details see the localization documentation page. | Localization of Queries | [
-0.017333947122097015,
-0.06334225088357925,
-0.40201830863952637,
-0.12848415970802307,
0.03887035697698593,
-0.2623906433582306,
0.2477623075246811,
0.04221333935856819,
-0.14832322299480438,
0.29826587438583374,
-0.17020905017852783,
-0.007732539437711239,
0.1309385448694229,
0.07953106... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/DataObject_Queries#dataobject-queries | DataObject Queries | DataObject Queries | [
-0.041796695441007614,
-0.09842009842395782,
-0.38984882831573486,
0.6690235733985901,
0.12838616967201233,
-0.29467999935150146,
0.2190062701702118,
-0.013647879473865032,
-0.19316411018371582,
0.2570462226867676,
-0.1492379903793335,
0.15816575288772583,
-0.12305603921413422,
0.164396688... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/DataObject_Queries#supported-data-types | Supported Data Types
Also check out the Pimcore's data type documentation.
Advanced Many-to-Many Relation
Advanced Many-to-Many Object Relation
Block
Boolean Select
Calculated Value
Checkbox
Classification Store
Country
Countries (Multiselect)
Date
DateTime
Email
External Image
Gender
Field-Collections
Firstname
G... | Supported Data Types | [
-0.5802953243255615,
-0.12170279026031494,
-0.20785121619701385,
0.07951909303665161,
0.03907490521669388,
-0.23470748960971832,
0.2076302468776703,
0.08114156872034073,
0.018151860684156418,
0.09357468783855438,
-0.33457356691360474,
0.4340348541736603,
0.1257733404636383,
0.5841707587242... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/DataObject_Queries#available-query-operators | Available Query Operators
Check out the Operators page for more information.
Alias
Asset Thumbnail
Asset Thumbnail HTML
Concatenator
Date Formatter
Element Counter
Merge
Substring
Static Text
Trimmer
| Available Query Operators | [
-0.14965805411338806,
-0.2880840003490448,
-0.29316166043281555,
-0.08093612641096115,
-0.2201012521982193,
-0.10377969592809677,
0.07759342342615128,
0.24738797545433044,
-0.29681360721588135,
0.1125057190656662,
-0.1293736696243286,
-0.10370265692472458,
-0.09686789661645889,
0.321353733... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/DataObject_Queries#get-single-data-object | Get single Data Object
Base structure for getting single data object:
{
getNews(id: 4) {
...
}
}
| Get single Data Object | [
-0.012221922166645527,
-0.05599360540509224,
-0.1943095624446869,
0.3703041076660156,
0.1972063034772873,
-0.29474565386772156,
-0.036281827837228775,
0.5701861381530762,
-0.12780025601387024,
0.1889943778514862,
-0.2769281566143036,
0.0730605199933052,
-0.004816923290491104,
0.28472030162... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/DataObject_Queries#get-list-of-data-objects | Get List of Data Objects
Base structure for getting a list of data objects, restricted by IDs:
{
getNewsListing(ids: "4,5") {
edges {
...
Base structure for getting a list of data objects, restricted by fullpath:
{
getNewsListing(fullpaths: "/NewsArticle,/NewsArticle2") {
totalCoun... | Get List of Data Objects | [
0.06392539292573929,
-0.05573355033993721,
-0.22265762090682983,
0.24072867631912231,
0.1032523438334465,
-0.08505053073167801,
-0.20828458666801453,
0.27004727721214294,
0.2165239006280899,
0.13884171843528748,
-0.05832911282777786,
0.43422359228134155,
0.01884041726589203,
0.094420127570... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/DataObject_Queries#pagination | Pagination
Pagination can be applied as query parameters.
{
# 'first' is the limit
# 'after' the offset
getManufacturerListing(first: 3, after: 1) {
edges {
node {
id
name
}
}
}
}
| Pagination | [
-0.03964288905262947,
-0.22960428893566132,
-0.30603110790252686,
0.07032999396324158,
-0.2807658612728119,
-0.26381152868270874,
-0.08982615917921066,
0.14626923203468323,
0.08896627277135849,
0.11429508775472641,
0.029004421085119247,
0.308146208524704,
0.1918088048696518,
0.277704119682... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/DataObject_Queries#simple-sorting | Simple Sorting
Sorting can be applied as query parameters, for example sort by name, descending.
{
getManufacturerListing(sortBy: "name", sortOrder: "DESC") {
edges {
node {
id
name
}
}
}
}
| Simple Sorting | [
-0.08377785980701447,
-0.13921387493610382,
-0.2890256345272064,
0.11399124562740326,
-0.023608900606632233,
-0.37297919392585754,
-0.13076595962047577,
0.19728206098079681,
0.264962375164032,
0.22912538051605225,
-0.07264042645692825,
0.494414359331131,
0.11640829592943192,
0.340022027492... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/DataObject_Queries#filtering | Filtering
You can use Pimcore's webservice filter logic as described
here
for filtering listing requests.
For details see filtering documentation page | Filtering | [
-0.06086742505431175,
-0.11034978926181793,
-0.348683625459671,
-0.08810938894748688,
-0.057414133101701736,
-0.4084462523460388,
0.06728919595479965,
0.18004047870635986,
0.0391915924847126,
0.03313756734132767,
-0.2743637263774872,
0.13205765187740326,
0.04060600325465202,
0.199462190270... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/DataObject_Queries#localization-of-queries | Localization of Queries
Queries can be localized For details see the localization documentation page. | Localization of Queries | [
-0.017333947122097015,
-0.06334225088357925,
-0.40201830863952637,
-0.12848415970802307,
0.03887035697698593,
-0.2623906433582306,
0.2477623075246811,
0.04221333935856819,
-0.14832322299480438,
0.29826587438583374,
-0.17020905017852783,
-0.007732539437711239,
0.1309385448694229,
0.07953106... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/DataObject_Queries#extend-data-object-queries | Extend Data Object Queries
It is possible to add custom query data types and query operators. For details see detail documentation
pages:
Add a custom query datatype
Add a custom query operator
| Extend Data Object Queries | [
-0.08113672584295273,
-0.08597330003976822,
-0.3282257616519928,
0.1061716079711914,
-0.11716771870851517,
-0.2657555937767029,
0.09888704866170883,
0.18861819803714752,
-0.09184414893388748,
0.20211276412010193,
-0.221793070435524,
0.18383677303791046,
0.005533857736736536,
0.128816798329... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/DataObject_Queries#more-examples | More Examples
See following list for more examples with data object queries:
Manufacturer Listing with sorting and paging
Many-to-Many Object Relation
Advanced Many-to-Many Object Relation
Advanced Many-to-Many Relation Metadata
Field-Collections on Data Objects
Objects Parent/Children/Siblings
Get linked... | More Examples | [
-0.02166876383125782,
-0.038359515368938446,
-0.2576383054256439,
0.42223677039146423,
-0.07835831493139267,
-0.18952688574790955,
0.06985517591238022,
0.12672464549541473,
-0.15275631844997406,
0.13620813190937042,
-0.10089778155088425,
0.0516011007130146,
0.27448099851608276,
0.005265135... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Operators#query-operators | Query Operators
Operators allow to modify and transform the data before it is delivered to the endpoint.
| Query Operators | [
0.04117024317383766,
-0.019418127834796906,
-0.35105982422828674,
-0.1710759699344635,
-0.1679103970527649,
-0.4930112063884735,
-0.06798181682825089,
0.0732368603348732,
-0.2522334158420563,
0.14174705743789673,
-0.16925299167633057,
0.16454000771045685,
0.09761804342269897,
0.10748025774... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Operators#alias | Alias
Simply gives the child node a different name. | Alias | [
0.04196019470691681,
-0.3530302941799164,
-0.18254348635673523,
-0.027200186625123024,
-0.11103949695825577,
-0.21372929215431213,
0.3391974866390228,
0.16211016476154327,
-0.01498402189463377,
0.17900687456130981,
-0.09297535568475723,
0.06071189418435097,
0.13186228275299072,
-0.07413303... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Operators#date-formatter | Date Formatter
Utilizes the PHP date formatter.
| Date Formatter | [
-0.18198926746845245,
-0.11404573172330856,
-0.26364269852638245,
-0.05023142322897911,
-0.12664325535297394,
-0.21290598809719086,
0.16301660239696503,
0.2635321319103241,
-0.192335307598114,
0.2674541771411896,
0.2679854929447174,
-0.033032916486263275,
-0.29310914874076843,
0.1698119938... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Operators#asset-thumbnail | Asset Thumbnail
Returns the thumbnail URL of the assigned image.
| Asset Thumbnail | [
0.058096565306186676,
-0.1330220252275467,
-0.2447708249092102,
-0.01233946718275547,
-0.17777198553085327,
-0.2698229253292084,
0.3885677456855774,
0.24527759850025177,
0.031121600419282913,
0.2384222000837326,
-0.04309253767132759,
0.23557217419147491,
0.03832445293664932,
-0.14971812069... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Operators#asset-thumbnail-html | Asset Thumbnail HTML
Returns the thumbnail HTML tag of the assigned image.
| Asset Thumbnail HTML | [
0.07607351988554001,
-0.15149058401584625,
-0.2846981883049011,
-0.01563049666583538,
-0.0714811235666275,
-0.11813449114561081,
0.2734109163284302,
0.36002570390701294,
0.19539567828178406,
0.17686504125595093,
-0.14147160947322845,
0.11687806993722916,
0.07311614602804184,
0.094844654202... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Operators#concatenator | Concatenator
Concatenates the child values.
Request:
{
getPerson(id: 28) {
concatenatedname
}
}
{
"data": {
"getPerson": {
"concatenatedname": "John Doe"
}
}
}
| Concatenator | [
0.20489077270030975,
-0.03214510530233383,
-0.3168296217918396,
0.17766550183296204,
0.053059473633766174,
-0.09047505259513855,
-0.08462605625391006,
0.28919902443885803,
-0.6141769886016846,
-0.030812008306384087,
-0.0044029452838003635,
0.22229066491127014,
0.4671647846698761,
-0.163544... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Operators#element-counter | Element Counter
Counts the child elements.
Request:
{
getUser(id: 50, defaultLanguage: "de") {
count_myobjects
}
}
Response:
{
"data": {
"getUser": {
"count_myobjects": 2
}
}
}
| Element Counter | [
0.06152576953172684,
-0.4074614644050598,
-0.4275926947593689,
0.2609880268573761,
-0.02593788504600525,
-0.1958797723054886,
0.08185942471027374,
0.038080278784036636,
0.15793372690677643,
0.4034680426120758,
0.17796871066093445,
-0.20161421597003937,
0.22972305119037628,
0.11383117735385... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Operators#merge | Merge
... | Merge | [
-0.17476758360862732,
-0.33604440093040466,
-0.40245845913887024,
-0.09751060605049133,
-0.059475261718034744,
0.029517168179154396,
-0.027237705886363983,
0.3589733839035034,
-0.10811002552509308,
0.16356679797172546,
-0.4512976408004761,
-0.018289415165781975,
-0.14469633996486664,
0.334... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Operators#substring | Substring
As the name says. | Substring | [
0.15526767075061798,
-0.4732822775840759,
-0.370602548122406,
-0.1450938880443573,
-0.095818430185318,
-0.060001812875270844,
0.18570511043071747,
0.12425989657640457,
-0.25879213213920593,
0.26887694001197815,
0.17957337200641632,
-0.24344222247600555,
-0.11571761220693588,
0.007391895633... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Operators#static-text | Static Text
Adds some static text. | Static Text | [
0.05860375612974167,
-0.6304663419723511,
-0.1987585574388504,
-0.06189075484871864,
0.2971530556678772,
-0.051560625433921814,
0.5056539177894592,
0.19045007228851318,
-0.1751614212989807,
0.19340068101882935,
0.07292639464139938,
0.07877732068300247,
0.2842820882797241,
-0.13770720362663... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Operators#translate-value | Translate Value
Similar to Pimcore's Translate Value.
For an example see Website Translations | Translate Value | [
-0.3531026840209961,
-0.2443564236164093,
-0.4001803398132324,
-0.1526128351688385,
0.05875970795750618,
-0.33155691623687744,
0.05094761773943901,
0.2017419934272766,
-0.20273786783218384,
0.39469608664512634,
-0.16803431510925293,
0.24248379468917847,
0.20778198540210724,
0.2632948756217... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Operators#trimmer | Trimmer
As the name says. | Trimmer | [
0.13888780772686005,
-0.3866328001022339,
-0.3295195996761322,
-0.18927855789661407,
-0.020431838929653168,
-0.09935373067855835,
0.17633166909217834,
0.2801714241504669,
-0.3548159599304199,
0.4060344696044922,
0.2800998389720917,
0.10390836745500565,
-0.16873624920845032,
0.0241560861468... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Localization#localization | Localization | Localization | [
-0.0550944022834301,
-0.249452605843544,
-0.4149966239929199,
0.006690809968858957,
0.15359735488891602,
-0.11503675580024719,
0.19260287284851074,
-0.01565530151128769,
-0.15819218754768372,
0.19729332625865936,
-0.10266973078250885,
-0.04101068899035454,
-0.08670265972614288,
0.166318401... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Localization#default-language | Default Language
You can change the default language for localized fields by passing the defaultLanguage argument
for single and listing queries. | Default Language | [
-0.17260512709617615,
-0.09852761030197144,
-0.28268951177597046,
-0.08812189102172852,
0.26189807057380676,
-0.15382103621959686,
0.21590487658977509,
0.15393845736980438,
0.15277332067489624,
0.25657978653907776,
-0.03729676827788353,
0.15406997501850128,
0.18905116617679596,
0.088041730... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Localization#sample-request | Sample Request
{
getNewsListing(defaultLanguage: "de") {
...
}
| Sample Request | [
0.0021101958118379116,
-0.3750685453414917,
-0.3123820126056671,
-0.07548967748880386,
0.14279210567474365,
-0.06859102100133896,
-0.2027386575937271,
0.2925971448421478,
0.19827182590961456,
0.26037469506263733,
0.06800959259271622,
0.07691361755132675,
0.18411481380462646,
-0.02347498573... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Localization#define-language-on-field-level | Define Language on Field Level
However, you can always provide an alternative language for a specific field. | Define Language on Field Level | [
-0.14594225585460663,
-0.11857523769140244,
-0.3147754371166229,
-0.031547509133815765,
0.21679848432540894,
-0.29255086183547974,
0.23438359797000885,
0.0759601816534996,
0.0365278497338295,
0.16451644897460938,
0.048163287341594696,
0.15722666680812836,
-0.04019442945718765,
0.2711703181... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Localization#sample-request | Sample Request
{
getUser(id: 50, defaultLanguage: "en") {
myAdvancedObjects {
element {
id
classname
title,
deTitle: title(language: "de"),
shortText(language: "de")
}
metadata {
name
value
}
}
}
}
| Sample Request | [
0.016071029007434845,
-0.24953287839889526,
-0.25986215472221375,
0.26081010699272156,
0.2637731432914734,
-0.18733349442481995,
0.15632887184619904,
0.1437041461467743,
-0.014937899075448513,
0.3606470227241516,
0.017224162817001343,
0.04925120994448662,
0.1116509661078453,
-0.05728582292... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Localization#response | Response
{
"data": {
"getUser": {
"myAdvancedObjects": [
{
"element": {
"id": "8",
"classname": "news",
"title": "In enim justo",
"deTitl... | Response | [
0.08460009843111038,
-0.19377732276916504,
-0.3978281617164612,
0.2426915317773819,
0.12648728489875793,
-0.1765465885400772,
0.1498500406742096,
0.32662510871887207,
0.03924241289496422,
0.23348993062973022,
0.0024598506279289722,
0.07908381521701813,
0.09795007854700089,
0.06808533519506... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Filtering#filter-listings | Filter Listings
You can use Pimcore's webservice filter logic
as described here
to filter listing. | Filter Listings | [
-0.19005078077316284,
-0.12147585302591324,
-0.36302149295806885,
-0.1431446224451065,
-0.051402635872364044,
-0.2797439992427826,
0.08518403768539429,
0.29766684770584106,
-0.04222359508275986,
0.0678669884800911,
-0.32044702768325806,
0.21130824089050293,
-0.043391041457653046,
0.2899539... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Filtering#sample | Sample
Get all Manufacturer objects which have 'ca' in their name field.
| Sample | [
-0.2850199341773987,
-0.05144071578979492,
-0.2807765603065491,
0.10666857659816742,
-0.24825666844844818,
-0.33295416831970215,
0.24655234813690186,
0.5069316029548645,
0.13066832721233368,
0.2764233946800232,
0.13413719832897186,
0.2705562710762024,
0.10334400832653046,
0.125988006591796... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Filtering#request | Request
{
getManufacturerListing(filter: "{\"name\": {\"$like\" :\"%ca%\"}}") {
edges {
node {
id
name
}
},
totalCount
}
}
| Request | [
-0.2056160867214203,
-0.01372761745005846,
-0.31032609939575195,
0.021820973604917526,
-0.08731134980916977,
-0.3494049608707428,
-0.10728011280298233,
0.23893477022647858,
0.2823641300201416,
0.06785348057746887,
-0.09520750492811203,
0.30559825897216797,
0.2807108163833618,
0.37569904327... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Filtering#response | Response
{
"data": {
"getManufacturerListing": {
"edges": [
{
"node": {
"id": "45",
"name": "Cadillac"
}
},
{
"node": {
"id... | Response | [
-0.056766264140605927,
-0.25805872678756714,
-0.42024821043014526,
0.29498717188835144,
-0.05754951015114784,
-0.14823651313781738,
-0.2030714899301529,
0.2791276276111603,
0.16622939705848694,
0.086480051279068,
0.03727082908153534,
0.45319804549217224,
0.18969674408435822,
0.298185229301... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Element_Properties#get-element-properties | Get Element Properties
| Get Element Properties | [
-0.27230265736579895,
-0.4982551038265228,
-0.39051884412765503,
0.4652620255947113,
0.08428935706615448,
-0.10003133118152618,
0.09888217598199844,
0.41079798340797424,
0.1390257030725479,
0.6294763088226318,
-0.1928495168685913,
0.1074509546160698,
-0.1452917903661728,
0.1525535434484481... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Element_Properties#request | Request
Properties can be filtered by providing the keys argument. All properties will be returned by default.
{
getDocument(id: 38) {
... on document_page {
fullpath
properties(keys: ["newsletter_confirm_mail", "myobject", "mylogo"]) {
__typename
... on p... | Request | [
0.0804952010512352,
-0.11132218688726425,
-0.1388338953256607,
0.33230873942375183,
-0.06848857551813126,
-0.31946292519569397,
-0.18457575142383575,
0.40876051783561707,
-0.06458380818367004,
0.15350165963172913,
0.04349135607481003,
0.06815794855356216,
-0.032555289566516876,
0.061672274... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Element_Properties#response | Response
{
"data": {
"getDocument": {
"fullpath": "/en/More-Stuff/Developers-Corner/Editable-Roundup",
"properties": [
{
"__typename": "property_document",
"name": "newsletter_confirm_mail&... | Response | [
0.07569617033004761,
0.034504931420087814,
-0.3043222725391388,
0.28049129247665405,
0.08102986961603165,
-0.02455219440162182,
0.04485088214278221,
0.5377868413925171,
-0.055559609085321426,
0.10431836545467377,
0.010673470795154572,
0.2230788618326187,
0.02237945795059204,
0.063596531748... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/ClassificationStore#classification-store | Classification Store | Classification Store | [
-0.06123374402523041,
0.20762763917446136,
-0.2423088401556015,
0.30846545100212097,
0.2740902304649353,
-0.10175405442714691,
0.6472651362419128,
0.06201595813035965,
-0.011350059881806374,
-0.09691207110881805,
-0.25796329975128174,
-0.10004942864179611,
0.030524088069796562,
0.342932581... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/ClassificationStore#supported-data-types | Supported Data Types
BooleanSelect
Calculated Value
Checkbox
Country
Countries (Multiselect)
Date
DateTime
Input
InputQuantityValue
Language
Languages (Multiselect)
Multiselect
Numeric
QuantityValue
RgbaColor
Select
Slider
Textarea
Time
Wysiwyg
| Supported Data Types | [
-0.27108195424079895,
-0.22960436344146729,
-0.2021443396806717,
0.022184278815984726,
-0.03017519973218441,
-0.17769525945186615,
0.3749355971813202,
0.23272863030433655,
0.24915875494480133,
0.11253907531499863,
-0.0651295855641365,
0.4200817048549652,
0.0812743678689003,
0.7319459915161... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/ClassificationStore#request-example | Request Example
csfield is the classification store field.
{
{
getCstest(id: 107) {
id
classname
qvfield {
unit {
abbreviation
}
value
}
csfield(language: "default") {
id
name
description
features {
__typename
... on csFea... | Request Example | [
-0.0015897004632279277,
-0.44301486015319824,
-0.17177990078926086,
0.26660361886024475,
0.08717367798089981,
-0.11377429962158203,
0.1710861176252365,
0.25993111729621887,
0.18708740174770355,
0.2513313293457031,
0.40537455677986145,
-0.029213132336735725,
0.280056893825531,
0.41602024435... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/ClassificationStore#response-example | Response Example
{
"data": {
"getCstest": {
"id": "107",
"classname": "cstest",
"qvfield": {
"unit": {
"abbreviation": "cm"
},
"value": 3
},
... | Response Example | [
-0.007326264400035143,
-0.3767457902431488,
-0.32027214765548706,
0.22967876493930817,
0.051665570586919785,
-0.140946164727211,
0.0012750664027407765,
0.4148158133029938,
0.024067632853984833,
0.2514936327934265,
0.20882068574428558,
0.15305322408676147,
0.16131095588207245,
0.31710836291... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_GetTranslation#get-translation-by-key | Get Translation By Key
If you want to access one translation. | Get Translation By Key | [
0.015177248045802116,
-0.34320053458213806,
-0.2930329740047455,
0.39714789390563965,
-0.0404130183160305,
-0.13821466267108917,
0.15812896192073822,
0.07040580362081528,
-0.11324582248926163,
0.6237470507621765,
-0.2118508517742157,
-0.0503409281373024,
0.19694405794143677,
-0.11589959263... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_GetTranslation#request | Request
{
getTranslation (key: "BMW") {
translations
domain
key
type
}
}
| Request | [
0.25046390295028687,
-0.39325669407844543,
-0.2296060025691986,
0.28027141094207764,
0.03619050607085228,
-0.17634885013103485,
0.035841695964336395,
0.095216304063797,
-0.15759964287281036,
0.08804762363433838,
0.08806416392326355,
-0.142164945602417,
0.19112105667591095,
0.15665031969547... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_GetTranslation#response | Response
{
"data": {
"getTranslation": {
"translations": "{\"de\":\"\",\"en\":\"\",\"fr\":\"\"}",
"domain": "messages",
"key": "BMW"... | Response | [
0.2053317129611969,
-0.2926050126552582,
-0.39920681715011597,
0.2184300422668457,
0.09952160716056824,
-0.12406040728092194,
-0.0022477677557617426,
0.3015115261077881,
-0.1160869300365448,
0.20130768418312073,
0.08059066534042358,
0.15001748502254486,
0.1351395696401596,
0.15193156898021... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_GetAsset#get-asset-by-id | Get Asset By Id
If you want to access an Asset directly.
Note that the data will be base64 encoded and quite time-consuming to deliver.
Deeplink: http://pimcore-demo-basic.pim.zone/admin/login/deeplink?asset_4_image | Get Asset By Id | [
-0.4081549048423767,
-0.24507296085357666,
-0.24079719185829163,
0.3396792411804199,
-0.06026998907327652,
-0.10586702078580856,
0.31395024061203003,
0.1925109624862671,
-0.28783881664276123,
0.3283088505268097,
-0.4739457368850708,
0.26896795630455017,
0.04605574905872345,
0.1388309299945... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_GetAsset#request | Request
Note that for the fullpath and the base64 encoded data you can specify a thumbnail config.
You can use the format argument to retrieve the values for a specific format like webp.
{
getAsset(id: 4) {
id
# original
fullpath,
# thumbnail URL for exampleCover config
assetThumb: fullpath(thumbn... | Request | [
-0.32607701420783997,
-0.11441031843423843,
-0.12162163853645325,
0.18143174052238464,
0.0025457029696553946,
-0.16422413289546967,
-0.046341799199581146,
0.41314220428466797,
-0.13237255811691284,
0.03794224560260773,
-0.14842896163463593,
-0.08208394795656204,
-0.10553077608346939,
0.213... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_GetAsset#response | Response
{
"data": {
"getAsset": {
{
"data": {
"getAsset": {
"id": "4",
"fullpath": "/Car%20Images/jaguar/auto-automobile-automotive-192499.jpg",
"assetThumb... | Response | [
-0.04407012462615967,
-0.18420131504535675,
-0.35179418325424194,
0.15024316310882568,
0.053161315619945526,
-0.042834069579839706,
0.08609543740749359,
0.44857972860336304,
-0.07279490679502487,
0.08950478583574295,
0.09742169082164764,
0.05577405169606209,
0.21611139178276062,
0.04923707... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Asset_Metadata#get-asset-metadata | Get Asset Metadata
Deeplink: http://pimcore-demo-basic.pim.zone/admin/login/deeplink?asset_4_image | Get Asset Metadata | [
-0.39429885149002075,
-0.20234476029872894,
-0.24514907598495483,
0.3237057030200958,
0.04531009867787361,
-0.14970991015434265,
0.16331486403942108,
0.16805225610733032,
-0.358095645904541,
0.12183595448732376,
-0.34307169914245605,
0.4116615951061249,
-0.05713691562414169,
0.031567845493... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Asset_Metadata#request | Request
Get the custom asset metadata for language de
{
getAsset(id: 4, defaultLanguage: "de") {
id
fullpath
type
mimetype
filesize
metadata {
name
type
data
language
}
}
}
| Request | [
-0.13017988204956055,
-0.16774532198905945,
-0.28471243381500244,
0.4666938781738281,
0.10453476756811142,
-0.08057728409767151,
0.07361941784620285,
0.4254262447357178,
-0.03234793245792389,
0.05400727316737175,
-0.15142475068569183,
0.1745602786540985,
0.07615961879491806,
-0.03052690625... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Asset_Metadata#response | Response
{
"data": {
"getAsset": {
"id": "4",
"fullpath": "/Car%20Images/jaguar/auto-automobile-automotive-192499.jpg",
"type": "image",
"mimetype": "image/jpeg",
"filesize":... | Response | [
0.1011570394039154,
-0.07226172089576721,
-0.3628235161304474,
0.18215541541576385,
-0.001079470501281321,
-0.057330284267663956,
0.09594359248876572,
0.532525360584259,
-0.04567631334066391,
0.09812332689762115,
0.02813400886952877,
0.09899115562438965,
0.21874919533729553,
0.124330863356... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Asset_Metadata#get-asset-embedded-meta-info | Get Asset Embedded Meta Info
| Get Asset Embedded Meta Info | [
-0.1302359402179718,
-0.48885443806648254,
-0.2713548243045807,
0.5108662247657776,
0.3332881033420563,
-0.22748272120952606,
0.46756303310394287,
0.28681716322898865,
-0.2758883833885193,
0.40887606143951416,
-0.05076326057314873,
0.3634331524372101,
0.053933098912239075,
-0.0140285994857... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Asset_Metadata#request | Request
Get the embedded meta info asset metadata for an asset
{
getAsset(id: 295) {
embeddedMetaInfo {
name
value
}
}
}
| Request | [
-0.01603982411324978,
-0.36263132095336914,
-0.2487936168909073,
0.40131911635398865,
0.21833811700344086,
-0.017466068267822266,
0.3666483461856842,
0.4303780496120453,
-0.16884058713912964,
0.22766202688217163,
-0.18350309133529663,
0.29612165689468384,
0.4163091480731964,
-0.06305579096... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Asset_Metadata#response | Response
{
"data": {
"getAsset": {
"embeddedMetaInfo": [
{
"name": "FileSize",
"value": "395 kB"
},
{
"name": "FileModifyDate",
"value": "2... | Response | [
-0.05084656924009323,
-0.32338637113571167,
-0.3762774169445038,
0.19479739665985107,
0.06451986730098724,
-0.09455884993076324,
0.06224829703569412,
0.5183114409446716,
-0.010320845991373062,
0.21200649440288544,
0.02214607410132885,
0.09855426847934723,
0.2656979262828827,
0.106978356838... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_GetAssetListing#get-asset-listing | Get Asset Listing | Get Asset Listing | [
-0.14197872579097748,
-0.29071044921875,
-0.3291502892971039,
0.4022889733314514,
0.3326873183250427,
-0.016922758892178535,
0.17012974619865417,
0.4974469542503357,
0.30242401361465454,
0.35719725489616394,
-0.3964107930660248,
0.030965909361839294,
-0.1950692981481552,
0.0200300738215446... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_GetAssetListing#request | Request
Note that for the fullpath and the base64 encoded data you can specify a thumbnail config.
{
getAssetListing {
edges {
node {
__typename
}
}
}
}
| Request | [
-0.18330872058868408,
-0.31601980328559875,
-0.1699003428220749,
0.34887227416038513,
-0.007368737366050482,
-0.28960052132606506,
0.19148214161396027,
0.255107045173645,
0.08889029920101166,
0.20956693589687347,
0.040913913398981094,
0.2100972831249237,
-0.022061854600906372,
0.3934074640... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_GetAssetListing#response | Response
{
"data": {
"getAssetListing": {
"edges": [
{
"node": {
"__typename": "asset_folder"
}
},
{
"node": {
"__typename": "asset"
... | Response | [
-0.09398536384105682,
-0.2563246190547943,
-0.3449592888355255,
0.3818412721157074,
0.031292788684368134,
-0.17672765254974365,
-0.10457052290439606,
0.3040827810764313,
0.148227721452713,
0.05180278792977333,
-0.1052599772810936,
0.42295411229133606,
0.02914917841553688,
0.243630632758140... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_GetTranslationListing#get-translation-listing | Get Translation Listing | Get Translation Listing | [
0.049831002950668335,
-0.3814487159252167,
-0.3657704293727875,
0.45337530970573425,
0.26747316122055054,
0.1386365443468094,
-0.06621474027633667,
0.09895920008420944,
0.23799312114715576,
0.2914789915084839,
-0.22480237483978271,
-0.1523895263671875,
0.006093735806643963,
-0.120817556977... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_GetTranslationListing#request | Request
Filter by domain "messages"
{
getTranslationListing (domain: "messages") {
edges {
node {
... on translation {
key, translations
}
}
}
}
}
| Request | [
0.2894330620765686,
-0.4613760709762573,
-0.25898972153663635,
0.20636723935604095,
-0.04301852732896805,
-0.4358672797679901,
-0.06819656491279602,
0.11737871170043945,
0.08318673819303513,
0.06476777046918869,
-0.11633913218975067,
0.1284346729516983,
0.08075884729623795,
0.1386698484420... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_GetTranslationListing#response | Response
{
"data": {
"getTranslationListing": {
"edges": [
{
"node": {
"key": "2-door berlinetta",
"translations":"{\"de\":\&qu... | Response | [
-0.013375415466725826,
-0.24397888779640198,
-0.3822861909866333,
0.37498971819877625,
0.030386794358491898,
-0.2000487893819809,
-0.017798330634832382,
0.3007141947746277,
-0.00018324352276977152,
0.17285583913326263,
0.004429794382303953,
0.4320077896118164,
0.2139756977558136,
0.2217811... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Manufacturer_Listing#get-manufacturer-listing | Get Manufacturer Listing
| Get Manufacturer Listing | [
-0.12211253494024277,
-0.5259714126586914,
-0.26372963190078735,
0.5594152212142944,
0.11419062316417694,
-0.12859179079532623,
0.35173726081848145,
0.0721929743885994,
0.08779805898666382,
0.4296526312828064,
-0.06454761326313019,
0.13132919371128082,
0.029550636187195778,
0.1422512531280... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Manufacturer_Listing#request | Request
Manufacturer listing with limit 3 and offset 1, sorted by name.
{
# 'first' is the limit
# 'after' the offset
getManufacturerListing(first: 3, after: 1, sortBy: "name") {
edges {
node {
id
name
logo {
id
fullpath
}
}
}
}
}... | Request | [
0.14074787497520447,
-0.34912344813346863,
-0.28207048773765564,
0.22124283015727997,
-0.13437208533287048,
-0.26958900690078735,
-0.07046455889940262,
0.057486291974782944,
0.021248064935207367,
0.2112683355808258,
0.11979512125253677,
0.26737186312675476,
0.1313948780298233,
0.3272038996... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Manufacturer_Listing#response | Response
{
"data": {
"getManufacturerListing": {
"edges": [
{
"node": {
"id": "28",
"name": "Alfa Romeo",
"logo": {
"id": "290",
... | Response | [
-0.008167307823896408,
-0.2640382945537567,
-0.41490957140922546,
0.3780140280723572,
-0.0659497082233429,
-0.1246894970536232,
-0.12864451110363007,
0.2570137083530426,
0.1488749384880066,
0.11213459074497223,
0.10451845079660416,
0.31132635474205017,
0.20058086514472961,
0.26546049118041... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_ManyToMany_Object_Relation#many-to-many-object-relation | Many-to-Many Object Relation
| Many-to-Many Object Relation | [
-0.07905344665050507,
-0.3069668114185333,
-0.2768832743167877,
0.4965205490589142,
0.05799781531095505,
-0.2898024320602417,
0.15394297242164612,
-0.056719791144132614,
0.02366671897470951,
0.09759633988142014,
-0.20033173263072968,
0.03423462435603142,
0.05299248918890953,
-0.08921410143... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_ManyToMany_Object_Relation#request | Request
Get the associated categories.
{
getCar(id: 9) {
name
categories {
... on object_Category {
id
name
}
}
}
}
| Request | [
-0.07233324646949768,
-0.16083791851997375,
-0.273047536611557,
0.4742256999015808,
0.1570463627576828,
-0.023944349959492683,
0.10634677857160568,
0.3456341326236725,
-0.13144753873348236,
-0.023770075291395187,
-0.171146422624588,
0.38587686419487,
0.11103358864784241,
-0.145668566226959... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_ManyToMany_Object_Relation#response | Response
{
"data": {
"getCar": {
"name": "E-Type",
"categories": [
{
"id": "559",
"name": "Sports Cars"
},
{
"id": "555",
"... | Response | [
0.036926429718732834,
-0.061468079686164856,
-0.406480997800827,
0.3071182668209076,
0.20007987320423126,
0.018947210162878036,
-0.15169751644134521,
0.4540475606918335,
-0.04064672440290451,
-0.03583946451544762,
0.07214593142271042,
0.44109782576560974,
0.06414534151554108,
0.17405492067... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Advanced_ManyToMany_Object_Relation#advanced-many-to-many-object-relation-and-metadata | Advanced Many-to-Many Object Relation and Metadata
TODO: Align this with the new demo as soon as reasonable content is available.
Data Model:
Data:
| Advanced Many-to-Many Object Relation and Metadata | [
-0.17940349876880646,
0.12312624603509903,
-0.2670983374118805,
0.19392256438732147,
0.12718695402145386,
-0.18132297694683075,
0.2904168963432312,
0.2667217254638672,
-0.1810494363307953,
0.009950829669833183,
-0.1675996482372284,
0.1748477667570114,
-0.014526266604661942,
0.3352441489696... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Advanced_ManyToMany_Object_Relation#request | Request
Note that the response differs from Advanced Many-to-Many Relations as there can be only class.
{
getUser(id: 50, defaultLanguage: "en") {
myAdvancedObjects {
element {
id
classname
title,
deTitle: title(language: "de"),
shortText(language:... | Request | [
-0.07510854303836823,
-0.21703214943408966,
-0.21319586038589478,
0.3286851942539215,
0.25223496556282043,
-0.301578551530838,
0.27939313650131226,
0.15643750131130219,
0.15728598833084106,
0.30747032165527344,
-0.14186739921569824,
-0.01850581355392933,
0.16548794507980347,
-0.11606653779... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Advanced_ManyToMany_Object_Relation#response | Response
Here you also see the use of aliases.
{
"data": {
"getUser": {
"myAdvancedObjects": [
{
"element": {
"id": "8",
"classname": "news",
"title": "In enim... | Response | [
0.1544884741306305,
-0.14238306879997253,
-0.38191619515419006,
0.25595903396606445,
0.15373064577579498,
-0.32399749755859375,
0.22720886766910553,
0.25334063172340393,
0.044914647936820984,
0.24153928458690643,
0.026978639885783195,
0.1379861682653427,
0.05118919163942337,
0.055695060640... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Advanced_ManyToMany_Relation_Metadata#get-advanced-many-to-many-relation-metadata | Get Advanced Many-to-Many Relation Metadata
TODO: Align this with the new demo as soon as reasonable content is available.
| Get Advanced Many-to-Many Relation Metadata | [
-0.3267599940299988,
-0.001646563527174294,
-0.2930855453014374,
-0.05655795335769653,
-0.02552383951842785,
-0.18762712180614471,
0.2734089195728302,
0.36359933018684387,
-0.09228682518005371,
0.16197824478149414,
-0.11595512181520462,
-0.05621776729822159,
0.08473798632621765,
0.17220896... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Advanced_ManyToMany_Relation_Metadata#request | Request
News listing with limit 3 and offset 1
{
getUser(id: 50) {
# advanced many-to-many relation
multimeta {
element {
... on asset {
fullpath
}
}
metadata {
name
value
}
}
}
}
| Request | [
-0.00734774861484766,
-0.19710445404052734,
-0.28773730993270874,
0.28034141659736633,
0.1661521941423416,
-0.17486891150474548,
0.21107906103134155,
0.27529698610305786,
0.08447910845279694,
0.22896338999271393,
-0.199035182595253,
-0.05681560933589935,
-0.03405145928263664,
-0.0168119054... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Advanced_ManyToMany_Relation_Metadata#response | Response
{
"data": {
"getUser": {
"multimeta": [
{
"element": {
"fullpath": "/screenshots/properties-2.png"
},
"metadata": [
{
"name": "aname"... | Response | [
0.0011006731074303389,
-0.34506264328956604,
-0.3864285349845886,
0.2528288960456848,
0.06626268476247787,
-0.08002662658691406,
0.15980975329875946,
0.26100218296051025,
0.03022756613790989,
0.15729205310344696,
-0.11044061183929443,
0.11278612911701202,
0.00857752375304699,
0.07713376730... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Fieldcollections#field-collections-on-data-objects | Field-Collections on Data Objects | Field-Collections on Data Objects | [
-0.1048683300614357,
0.2792068421840668,
-0.32734382152557373,
0.29664918780326843,
0.05340844765305519,
-0.2234191596508026,
0.31128576397895813,
0.0705779492855072,
-0.11431824415922165,
0.05174078792333603,
0.10944672673940659,
0.4103667736053467,
0.11560468375682831,
-0.105725266039371... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Fieldcollections#configuration | Configuration
If you want to run this sample on the Official Demo Site, please create the following configuration
| Configuration | [
-0.28405696153640747,
-0.3351389765739441,
-0.19147619605064392,
-0.11185548454523087,
-0.006440219935029745,
-0.09814732521772385,
0.4377293884754181,
0.12983790040016174,
-0.09367524087429047,
0.32096245884895325,
0.06350065767765045,
0.22889158129692078,
0.09767245501279831,
0.277710914... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Fieldcollections#sample-data | Sample Data
Deeplink: https://demo.pimcore.fun/admin/login/deeplink?object_767_object
| Sample Data | [
-0.27862709760665894,
-0.18647056818008423,
-0.30962398648262024,
0.15614578127861023,
-0.09776262193918228,
-0.36844155192375183,
0.06136540696024895,
0.17009608447551727,
-0.2234605997800827,
0.17821235954761505,
-0.2196204513311386,
0.3233712315559387,
-0.07165080308914185,
0.3681352436... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Fieldcollections#request | Request
{
{
getNews(id: 767) {
# id
# title
content {
__typename
... on fieldcollection_NewsText {
text
}
... on fieldcollection_NewsCars {
title
relatedCars {
__typename
... on object_Car {
name
color
... | Request | [
0.07276546210050583,
0.005736520979553461,
-0.20495598018169403,
0.44940871000289917,
0.055166829377412796,
-0.13285967707633972,
-0.2050880491733551,
0.5279019474983215,
-0.1895497590303421,
0.25576895475387573,
-0.04280268773436546,
0.31906944513320923,
0.2243591845035553,
-0.05975069105... |
https://pimcore.com/docs/platform//Datahub/GraphQL/Query/Query_Samples/Sample_Fieldcollections#response | Response
Here you also see the use of aliases.
{
"data": {
"getNews": {
"content": [
{
"__typename": "fieldcollection_NewsText",
"text": "<p>Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. ... | Response | [
0.008442926220595837,
-0.043186917901039124,
-0.2962725758552551,
0.13035233318805695,
0.07828553766012192,
-0.3545166254043579,
0.062226299196481705,
0.3823107182979584,
-0.07297637313604355,
0.1426660716533661,
0.16441473364830017,
0.2907855212688446,
0.18599165976047516,
0.0702524334192... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.