Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/GraphQL/AssetType/AssetFolderType.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ public function build(&$config)
'args' => [
'keys' => [
'type' => Type::listOf(Type::string()),
'description' => 'comma seperated list of key names',
'description' => 'List of property key names to include '
. '(if omitted, all properties are returned).',
],
],
'resolve' => [$elementResolver, 'resolveProperties'],
Expand Down
3 changes: 2 additions & 1 deletion src/GraphQL/AssetType/AssetType.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ public function build(&$config)
'args' => [
'keys' => [
'type' => Type::listOf(Type::string()),
'description' => 'comma separated list of key names',
'description' => 'List of property key names to include '
. '(if omitted, all properties are returned).',
],
],
'resolve' => [$elementResolver, 'resolveProperties'],
Expand Down
3 changes: 2 additions & 1 deletion src/GraphQL/DataObjectType/ObjectFolderType.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ public function build(&$config)
'args' => [
'keys' => [
'type' => Type::listOf(Type::string()),
'description' => 'comma separated list of key names',
'description' => 'List of property key names to include '
. '(if omitted, all properties are returned).',
],
],
'resolve' => [$resolver, 'resolveProperties'],
Expand Down
3 changes: 2 additions & 1 deletion src/GraphQL/DataObjectType/PimcoreObjectType.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ public function build($context = [])
'args' => [
'keys' => [
'type' => Type::listOf(Type::string()),
'description' => 'comma separated list of key names',
'description' => 'List of property key names to include '
. '(if omitted, all properties are returned).',
],
],
'resolve' => [$resolver, 'resolveProperties'],
Expand Down
3 changes: 2 additions & 1 deletion src/GraphQL/DocumentType/AbstractDocumentType.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ public function buildBaseFields(&$config)
'args' => [
'keys' => [
'type' => Type::listOf(Type::string()),
'description' => 'comma seperated list of key names',
'description' => 'List of property key names to include '
. '(if omitted, all properties are returned).',
],
],
'resolve' => [$resolver, 'resolveProperties'],
Expand Down
3 changes: 2 additions & 1 deletion src/GraphQL/SharedType/HotspotHotspotType.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ public function build(&$config)
'args' => [
'keys' => [
'type' => Type::listOf(Type::string()),
'description' => 'comma seperated list of key names',
'description' => 'List of metadata key names to include '
. '(if omitted, all entries are returned).',
],
],
'resolve' => [$resolver, 'resolveMetadata'],
Expand Down
3 changes: 2 additions & 1 deletion src/GraphQL/SharedType/HotspotMarkerType.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ public function build(&$config)
'args' => [
'keys' => [
'type' => Type::listOf(Type::string()),
'description' => 'comma seperated list of key names',
'description' => 'List of metadata key names to include '
. '(if omitted, all entries are returned).',
],
],
'resolve' => [$resolver, 'resolveMetadata'],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"entrypoints": {
"main": {
"js": [
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/109.62a4c31b.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/main.9c3ad8a2.js"
],
"css": []
},
"pimcore_datahub_bundle": {
"js": [
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/696.3b1d6da3.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/346.60211bf9.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/840.4693a4bb.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/__federation_expose_default_export.87553f32.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/__federation_expose_plugins.c4cf01bd.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/remoteEntry.js"
],
"css": []
},
"exposeRemote": {
"js": [
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/exposeRemote.js"
],
"css": []
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
window.alternativePluginExportPaths = {}
}

window.pluginRemotes.pimcore_datahub_bundle = "/bundles/pimcoredatahub/studio/build/785fd5b2-5311-4070-9fc4-81949c904ac6/static/js/remoteEntry.js"
window.pluginRemotes.pimcore_datahub_bundle = "/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/remoteEntry.js"

window.alternativePluginExportPaths.pimcore_datahub_bundle = "/plugins"

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><title>Rsbuild App</title><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/bundles/pimcoredatahub/studio/build/785fd5b2-5311-4070-9fc4-81949c904ac6/static/js/109.62a4c31b.js"></script><script defer src="/bundles/pimcoredatahub/studio/build/785fd5b2-5311-4070-9fc4-81949c904ac6/static/js/main.9c3ad8a2.js"></script></head><body><div id="root"></div></body></html>
<!DOCTYPE html><html><head><title>Rsbuild App</title><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/109.62a4c31b.js"></script><script defer src="/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/main.9c3ad8a2.js"></script></head><body><div id="root"></div></body></html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"allFiles": [
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/main.9c3ad8a2.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/remoteEntry.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/__federation_expose_plugins.c4cf01bd.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/__federation_expose_default_export.87553f32.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/840.4693a4bb.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/346.60211bf9.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/109.62a4c31b.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/696.3b1d6da3.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/mf-stats.json",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/mf-manifest.json",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/main.html"
],
"entries": {
"main": {
"html": [
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/main.html"
],
"initial": {
"js": [
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/109.62a4c31b.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/main.9c3ad8a2.js"
]
}
},
"pimcore_datahub_bundle": {
"initial": {
"js": [
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/remoteEntry.js"
]
},
"async": {
"js": [
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/696.3b1d6da3.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/346.60211bf9.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/840.4693a4bb.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/__federation_expose_default_export.87553f32.js",
"/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/static/js/async/__federation_expose_plugins.c4cf01bd.js"
]
}
}
},
"integrity": {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"globalName": "pimcore_datahub_bundle",
"pluginVersion": "2.2.3",
"prefetchInterface": false,
"publicPath": "/bundles/pimcoredatahub/studio/build/785fd5b2-5311-4070-9fc4-81949c904ac6/"
"publicPath": "/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/"
},
"shared": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"globalName": "pimcore_datahub_bundle",
"pluginVersion": "2.2.3",
"prefetchInterface": false,
"publicPath": "/bundles/pimcoredatahub/studio/build/785fd5b2-5311-4070-9fc4-81949c904ac6/"
"publicPath": "/bundles/pimcoredatahub/studio/build/0d94b21d-0764-4967-aed8-776b842627ff/"
},
"shared": [
{
Expand Down

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.