From 4dd78cfc34eb35e3f1fe215d874db907a369d1f2 Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Wed, 21 Jan 2026 15:59:23 +0100 Subject: [PATCH 1/4] feat(endpoints): update test-cached endpoint --- app/domain/data-source/constants.ts | 4 ++-- app/domain/data-source/index.spec.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/domain/data-source/constants.ts b/app/domain/data-source/constants.ts index debedf861b..4ae7a2f53f 100644 --- a/app/domain/data-source/constants.ts +++ b/app/domain/data-source/constants.ts @@ -37,9 +37,9 @@ export const SOURCE_OPTIONS = [ supportsCachingPerCubeIri: true, }, { - value: "sparql+https://lindas-cached.test.cluster.ldbar.ch/query", + value: "sparql+https://lindas-cached.test.cz-aws.net/query", label: "Test", - url: "https://lindas-cached.test.cluster.ldbar.ch/query", + url: "https://lindas-cached.test.cz-aws.net/query", isTrusted: false, supportsCachingPerCubeIri: true, }, diff --git a/app/domain/data-source/index.spec.ts b/app/domain/data-source/index.spec.ts index 3305067873..e1b529fe2e 100644 --- a/app/domain/data-source/index.spec.ts +++ b/app/domain/data-source/index.spec.ts @@ -100,7 +100,7 @@ describe("datasource state hook", () => { expect(getState()).toEqual({ type: "sparql", - url: "https://lindas-cached.test.cluster.ldbar.ch/query", + url: "https://lindas-cached.test.cz-aws.net/query", }); expect(setURLParam).toHaveBeenCalledWith("dataSource", "Test"); }); @@ -113,7 +113,7 @@ describe("datasource state hook", () => { expect(getState()).toEqual({ type: "sparql", - url: "https://lindas-cached.test.cluster.ldbar.ch/query", + url: "https://lindas-cached.test.cz-aws.net/query", }); }); From 1bce7baa7167c07a8745c74e7f9f54526d7c79c1 Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Wed, 21 Jan 2026 16:00:06 +0100 Subject: [PATCH 2/4] feat(endpoints): update int-cached endpoint --- .../components/add-dataset-drawer.mock.ts | 2 +- app/domain/data-source/constants.ts | 4 +- app/pages/_pivot.tsx | 2 +- .../int/bathing-water-quality-hierarchie.json | 2 +- .../config/int/column-heavy-metals.json | 2 +- app/test/__fixtures/config/int/map-nfi.json | 2 +- .../__fixtures/config/int/pie-red-list.json | 30 ++++++++++--- .../int/scatterplot-palmer-penguins.json | 25 ++++++++--- ...archy-test-13-municipality-population.json | 36 ++++++++++++---- .../offentliche-ausgaben-chart-config.json | 42 +++++++++++++++---- e2e/limits.spec.ts | 2 +- e2e/query-hierarchies.spec.ts | 2 +- 12 files changed, 116 insertions(+), 35 deletions(-) diff --git a/app/configurator/components/add-dataset-drawer.mock.ts b/app/configurator/components/add-dataset-drawer.mock.ts index 7cd75acc52..335710fef1 100644 --- a/app/configurator/components/add-dataset-drawer.mock.ts +++ b/app/configurator/components/add-dataset-drawer.mock.ts @@ -5,7 +5,7 @@ export const photovoltaikChartStateMock: ConfiguratorStateConfiguringChart = { state: "CONFIGURING_CHART", dataSource: { type: "sparql", - url: "https://lindas-cached.int.cluster.ldbar.ch/query", + url: "https://lindas-cached.int.cz-aws.net/query", }, layout: { activeField: "y", diff --git a/app/domain/data-source/constants.ts b/app/domain/data-source/constants.ts index 4ae7a2f53f..14fe08f035 100644 --- a/app/domain/data-source/constants.ts +++ b/app/domain/data-source/constants.ts @@ -23,9 +23,9 @@ export const SOURCE_OPTIONS = [ supportsCachingPerCubeIri: true, }, { - value: "sparql+https://lindas-cached.int.cluster.ldbar.ch/query", + value: "sparql+https://lindas-cached.int.cz-aws.net/query", label: "Int", - url: "https://lindas-cached.int.cluster.ldbar.ch/query", + url: "https://lindas-cached.int.cz-aws.net/query", isTrusted: false, supportsCachingPerCubeIri: true, }, diff --git a/app/pages/_pivot.tsx b/app/pages/_pivot.tsx index 052e172d2c..c4f1f4de1a 100644 --- a/app/pages/_pivot.tsx +++ b/app/pages/_pivot.tsx @@ -36,7 +36,7 @@ const Card = styled(MUICard)({ }); const intDatasource = { - sourceUrl: "https://lindas-cached.int.cluster.ldbar.ch/query", + sourceUrl: "https://lindas-cached.int.cz-aws.net/query", sourceType: "sparql", }; diff --git a/app/test/__fixtures/config/int/bathing-water-quality-hierarchie.json b/app/test/__fixtures/config/int/bathing-water-quality-hierarchie.json index 7db20bbe1f..749663ab70 100644 --- a/app/test/__fixtures/config/int/bathing-water-quality-hierarchie.json +++ b/app/test/__fixtures/config/int/bathing-water-quality-hierarchie.json @@ -17,7 +17,7 @@ }, "dataSet": "https://environment.ld.admin.ch/foen/ubd0104/11", "dataSource": { - "url": "https://lindas-cached.int.cluster.ldbar.ch/query", + "url": "https://lindas-cached.int.cz-aws.net/query", "type": "sparql" }, "chartConfig": { diff --git a/app/test/__fixtures/config/int/column-heavy-metals.json b/app/test/__fixtures/config/int/column-heavy-metals.json index 99188da29b..83bb3087fc 100644 --- a/app/test/__fixtures/config/int/column-heavy-metals.json +++ b/app/test/__fixtures/config/int/column-heavy-metals.json @@ -18,7 +18,7 @@ "dataSet": "https://environment.ld.admin.ch/foen/ubd0066/15", "dataSource": { "type": "sparql", - "url": "https://lindas-cached.int.cluster.ldbar.ch/query" + "url": "https://lindas-cached.int.cz-aws.net/query" }, "chartConfig": { "version": "1.2.1", diff --git a/app/test/__fixtures/config/int/map-nfi.json b/app/test/__fixtures/config/int/map-nfi.json index 9e5962399a..5d7e51184b 100644 --- a/app/test/__fixtures/config/int/map-nfi.json +++ b/app/test/__fixtures/config/int/map-nfi.json @@ -5,7 +5,7 @@ "dataSet": "https://environment.ld.admin.ch/foen/nfi/nfi_C-98/cube/2023-1", "dataSource": { "type": "sparql", - "url": "https://lindas-cached.int.cluster.ldbar.ch/query" + "url": "https://lindas-cached.int.cz-aws.net/query" }, "meta": { "title": { diff --git a/app/test/__fixtures/config/int/pie-red-list.json b/app/test/__fixtures/config/int/pie-red-list.json index 3fa56bcf32..273b63bef2 100644 --- a/app/test/__fixtures/config/int/pie-red-list.json +++ b/app/test/__fixtures/config/int/pie-red-list.json @@ -4,7 +4,7 @@ "dataSet": "https://environment.ld.admin.ch/foen/UBD003002/5", "dataSource": { "type": "sparql", - "url": "https://lindas-cached.int.cluster.ldbar.ch/query" + "url": "https://lindas-cached.int.cz-aws.net/query" }, "meta": { "title": { @@ -13,7 +13,12 @@ "it": "", "en": "Amphibians red list status" }, - "description": { "de": "", "fr": "", "it": "", "en": "" } + "description": { + "de": "", + "fr": "", + "it": "", + "en": "" + } }, "chartConfig": { "version": "1.2.1", @@ -25,13 +30,23 @@ } }, "interactiveFiltersConfig": { - "legend": { "active": false, "componentIri": "" }, + "legend": { + "active": false, + "componentIri": "" + }, "timeRange": { "active": false, "componentIri": "", - "presets": { "type": "range", "from": "", "to": "" } + "presets": { + "type": "range", + "from": "", + "to": "" + } }, - "dataFilters": { "active": false, "componentIris": [] } + "dataFilters": { + "active": false, + "componentIris": [] + } }, "fields": { "y": { @@ -40,7 +55,10 @@ "segment": { "componentIri": "https://environment.ld.admin.ch/foen/UBD003002/status", "palette": "category10", - "sorting": { "sortingType": "byMeasure", "sortingOrder": "asc" }, + "sorting": { + "sortingType": "byMeasure", + "sortingOrder": "asc" + }, "colorMapping": { "https://environment.ld.admin.ch/foen/UBD003002/Status/DD": "#1f77b4", "https://environment.ld.admin.ch/foen/UBD003002/Status/LC": "#ff7f0e", diff --git a/app/test/__fixtures/config/int/scatterplot-palmer-penguins.json b/app/test/__fixtures/config/int/scatterplot-palmer-penguins.json index da9534effc..6aca0e26a6 100644 --- a/app/test/__fixtures/config/int/scatterplot-palmer-penguins.json +++ b/app/test/__fixtures/config/int/scatterplot-palmer-penguins.json @@ -5,7 +5,7 @@ "dataSet": "https://environment.ld.admin.ch/foen/palmer-penguins/18", "dataSource": { "type": "sparql", - "url": "https://lindas-cached.int.cluster.ldbar.ch/query" + "url": "https://lindas-cached.int.cz-aws.net/query" }, "meta": { "title": { @@ -14,7 +14,12 @@ "it": "", "en": "Mean bill depth vs mean bill depth for Adelie Penguins" }, - "description": { "de": "", "fr": "", "it": "", "en": "" } + "description": { + "de": "", + "fr": "", + "it": "", + "en": "" + } }, "chartConfig": { "version": "1.2.1", @@ -35,13 +40,23 @@ }, "cubes": [], "interactiveFiltersConfig": { - "legend": { "active": false, "componentIri": "" }, + "legend": { + "active": false, + "componentIri": "" + }, "timeRange": { "active": false, "componentIri": "", - "presets": { "type": "range", "from": "", "to": "" } + "presets": { + "type": "range", + "from": "", + "to": "" + } }, - "dataFilters": { "active": false, "componentIris": [] } + "dataFilters": { + "active": false, + "componentIris": [] + } }, "fields": { "x": { diff --git a/e2e/fixtures/hierarchy-test-13-municipality-population.json b/e2e/fixtures/hierarchy-test-13-municipality-population.json index c92110848b..534670beff 100644 --- a/e2e/fixtures/hierarchy-test-13-municipality-population.json +++ b/e2e/fixtures/hierarchy-test-13-municipality-population.json @@ -3,11 +3,21 @@ "dataSet": "https://environment.ld.admin.ch/foen/fab_hierarchy_test12_switzerland_canton_municipality/5", "dataSource": { "type": "sparql", - "url": "https://lindas-cached.int.cluster.ldbar.ch/query" + "url": "https://lindas-cached.int.cz-aws.net/query" }, "meta": { - "title": { "de": "", "fr": "", "it": "", "en": "" }, - "description": { "de": "", "fr": "", "it": "", "en": "" } + "title": { + "de": "", + "fr": "", + "it": "", + "en": "" + }, + "description": { + "de": "", + "fr": "", + "it": "", + "en": "" + } }, "chartConfig": { "version": "1.3.0", @@ -26,14 +36,26 @@ } }, "interactiveFiltersConfig": { - "legend": { "active": false, "componentIri": "" }, + "legend": { + "active": false, + "componentIri": "" + }, "timeRange": { "active": false, "componentIri": "", - "presets": { "type": "range", "from": "", "to": "" } + "presets": { + "type": "range", + "from": "", + "to": "" + } + }, + "timeSlider": { + "componentIri": "" }, - "timeSlider": { "componentIri": "" }, - "dataFilters": { "active": false, "componentIris": [] } + "dataFilters": { + "active": false, + "componentIris": [] + } }, "fields": { "x": { diff --git a/e2e/fixtures/offentliche-ausgaben-chart-config.json b/e2e/fixtures/offentliche-ausgaben-chart-config.json index 9db834c16b..4fb7ed8ce6 100644 --- a/e2e/fixtures/offentliche-ausgaben-chart-config.json +++ b/e2e/fixtures/offentliche-ausgaben-chart-config.json @@ -3,11 +3,21 @@ "dataSet": "https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7", "dataSource": { "type": "sparql", - "url": "https://lindas-cached.int.cluster.ldbar.ch/query" + "url": "https://lindas-cached.int.cz-aws.net/query" }, "meta": { - "title": { "de": "", "fr": "", "it": "", "en": "" }, - "description": { "de": "", "fr": "", "it": "", "en": "" } + "title": { + "de": "", + "fr": "", + "it": "", + "en": "" + }, + "description": { + "de": "", + "fr": "", + "it": "", + "en": "" + } }, "chartConfig": { "version": "1.2.1", @@ -27,18 +37,31 @@ } }, "interactiveFiltersConfig": { - "legend": { "active": false, "componentIri": "" }, + "legend": { + "active": false, + "componentIri": "" + }, "timeRange": { "active": false, "componentIri": "", - "presets": { "type": "range", "from": "", "to": "" } + "presets": { + "type": "range", + "from": "", + "to": "" + } }, - "dataFilters": { "active": false, "componentIris": [] } + "dataFilters": { + "active": false, + "componentIris": [] + } }, "fields": { "x": { "componentIri": "https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/jahr", - "sorting": { "sortingType": "byDimensionLabel", "sortingOrder": "asc" } + "sorting": { + "sortingType": "byDimensionLabel", + "sortingOrder": "asc" + } }, "y": { "componentIri": "https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/in-pct" @@ -47,7 +70,10 @@ "componentIri": "https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code", "palette": "category10", "type": "stacked", - "sorting": { "sortingType": "byDimensionLabel", "sortingOrder": "asc" }, + "sorting": { + "sortingType": "byDimensionLabel", + "sortingOrder": "asc" + }, "colorMapping": { "https://ld.admin.ch/cube/dimension/cofog/gf01": "#1f77b4", "https://ld.admin.ch/cube/dimension/cofog/gf0101": "#ff7f0e", diff --git a/e2e/limits.spec.ts b/e2e/limits.spec.ts index 197b6003ff..8ef343eaa5 100644 --- a/e2e/limits.spec.ts +++ b/e2e/limits.spec.ts @@ -32,7 +32,7 @@ const CONFIGURATOR_STATE = { state: "CONFIGURING_CHART", dataSource: { type: "sparql", - url: "https://lindas-cached.int.cluster.ldbar.ch/query", + url: "https://lindas-cached.int.cz-aws.net/query", }, layout: { type: "tab", diff --git a/e2e/query-hierarchies.spec.ts b/e2e/query-hierarchies.spec.ts index ded192c733..79ceff9015 100644 --- a/e2e/query-hierarchies.spec.ts +++ b/e2e/query-hierarchies.spec.ts @@ -94,7 +94,7 @@ const runTest = async ({ const res = await client .query(DimensionHierarchyDocument, { cubeIri: cubeIri, - sourceUrl: "https://lindas-cached.int.cluster.ldbar.ch/query", + sourceUrl: "https://lindas-cached.int.cz-aws.net/query", sourceType: "sparql", dimensionIri: "https://environment.ld.admin.ch/foen/nfi/unitOfReference", locale, From c144f90b8fa407f0e1e35216ce40021a8c7b393b Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Wed, 21 Jan 2026 16:02:12 +0100 Subject: [PATCH 3/4] feat(endpoints): update test-uncached endpoint --- app/configurator/configurator-state/mocks.ts | 2 +- app/domain/data-source/constants.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/configurator/configurator-state/mocks.ts b/app/configurator/configurator-state/mocks.ts index 02372cbd7f..d64bd230d8 100644 --- a/app/configurator/configurator-state/mocks.ts +++ b/app/configurator/configurator-state/mocks.ts @@ -104,7 +104,7 @@ export const configStateMock = { state: "CONFIGURING_CHART", dataSource: { type: "sparql", - url: "https://test.lindas.admin.ch/query", + url: "https://lindas.test.cz-aws.net/query", }, layout: { type: "tab", diff --git a/app/domain/data-source/constants.ts b/app/domain/data-source/constants.ts index 14fe08f035..6370546cc4 100644 --- a/app/domain/data-source/constants.ts +++ b/app/domain/data-source/constants.ts @@ -44,9 +44,9 @@ export const SOURCE_OPTIONS = [ supportsCachingPerCubeIri: true, }, { - value: "sparql+https://test.lindas.admin.ch/query", + value: "sparql+https://lindas.test.cz-aws.net/query", label: "Test-uncached", - url: "https://test.lindas.admin.ch/query", + url: "https://lindas.test.cz-aws.net/query", isTrusted: false, supportsCachingPerCubeIri: true, }, From b275472764049f810ce7108c48408c341babf94f Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Wed, 21 Jan 2026 16:02:40 +0100 Subject: [PATCH 4/4] feat(endpoints): update int-uncached endpoint --- .../lib/use-redirect-to-latest-cube.spec.tsx | 2 +- app/components/debug-search.tsx | 4 +-- app/components/graphql-joinby.stories.tsx | 6 ++-- app/components/graphql-search.stories.tsx | 2 +- app/domain/data-source/constants.ts | 4 +-- k6/load-tests/har/int/edition.js | 32 +++++++++---------- k6/load-tests/har/prod/edition.js | 32 +++++++++---------- k6/load-tests/har/test/edition.js | 32 +++++++++---------- 8 files changed, 57 insertions(+), 57 deletions(-) diff --git a/app/browse/lib/use-redirect-to-latest-cube.spec.tsx b/app/browse/lib/use-redirect-to-latest-cube.spec.tsx index 3d6bd034b3..c0f4725e5e 100644 --- a/app/browse/lib/use-redirect-to-latest-cube.spec.tsx +++ b/app/browse/lib/use-redirect-to-latest-cube.spec.tsx @@ -48,7 +48,7 @@ describe("use redirect to versioned cube", () => { datasetIri, dataSource: { type: "sparql", - url: "https://int.lindas.admin.ch/query", + url: "https://lindas.int.cz-aws.net/query", }, }) ); diff --git a/app/components/debug-search.tsx b/app/components/debug-search.tsx index 12b78654ed..60b8ded6fb 100644 --- a/app/components/debug-search.tsx +++ b/app/components/debug-search.tsx @@ -190,7 +190,7 @@ const Search = ({ export const DebugSearch = () => { const [includeDrafts, setIncludeDrafts] = useState(false); const [sourceUrl, setSourceUrl] = useState( - "https://int.lindas.admin.ch/query" + "https://lindas.int.cz-aws.net/query" ); const [customSearch, setCustomSearch] = useState(""); @@ -225,7 +225,7 @@ export const DebugSearch = () => { onChange={(ev) => setSourceUrl(ev.target.value)} value={sourceUrl} > - int + int prod { variables: { locale: "en", sourceType: "sparql", - sourceUrl: "https://int.lindas.admin.ch/query", + sourceUrl: "https://lindas.int.cz-aws.net/query", filters: [ sharedComponents ? { diff --git a/app/domain/data-source/constants.ts b/app/domain/data-source/constants.ts index 6370546cc4..1edf2dbcba 100644 --- a/app/domain/data-source/constants.ts +++ b/app/domain/data-source/constants.ts @@ -30,9 +30,9 @@ export const SOURCE_OPTIONS = [ supportsCachingPerCubeIri: true, }, { - value: "sparql+https://int.lindas.admin.ch/query", + value: "sparql+https://lindas.int.cz-aws.net/query", label: "Int-uncached", - url: "https://int.lindas.admin.ch/query", + url: "https://lindas.int.cz-aws.net/query", isTrusted: false, supportsCachingPerCubeIri: true, }, diff --git a/k6/load-tests/har/int/edition.js b/k6/load-tests/har/int/edition.js index 80057d735b..91c3d38d29 100644 --- a/k6/load-tests/har/int/edition.js +++ b/k6/load-tests/har/int/edition.js @@ -27,7 +27,7 @@ export const options = { }, }; -export default function main() { +export default function main () { let response; group( @@ -754,7 +754,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { "Accept-Language": "en-US", @@ -774,7 +774,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { "Accept-Language": "en-US", @@ -794,7 +794,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query PossibleFilters($sourceType: String!, $sourceUrl: String!, $cubeFilter: DataCubePossibleFiltersCubeFilter!) {\\n possibleFilters(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n cubeFilter: $cubeFilter\\n ) {\\n iri\\n type\\n value\\n __typename\\n }\\n}\\n","operationName":"PossibleFilters","variables":{"sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","cubeFilter":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}}},"filterKey":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query PossibleFilters($sourceType: String!, $sourceUrl: String!, $cubeFilter: DataCubePossibleFiltersCubeFilter!) {\\n possibleFilters(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n cubeFilter: $cubeFilter\\n ) {\\n iri\\n type\\n value\\n __typename\\n }\\n}\\n","operationName":"PossibleFilters","variables":{"sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","cubeFilter":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}}},"filterKey":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { Accept: "*/*", @@ -824,7 +824,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -854,7 +854,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query Components($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadata on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n}\\n","operationName":"Components","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query Components($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadata on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n}\\n","operationName":"Components","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -884,7 +884,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query Components($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadata on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n}\\n","operationName":"Components","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code"]}}', + '{"query":"query Components($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadata on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n}\\n","operationName":"Components","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code"]}}', { headers: { Accept: "*/*", @@ -914,7 +914,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/jahr","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/in-pct","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"],"filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf07":true,"https://ld.admin.ch/cube/dimension/cofog/gf10":true}}}}}', + '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/jahr","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/in-pct","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"],"filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf07":true,"https://ld.admin.ch/cube/dimension/cofog/gf10":true}}}}}', { headers: { Accept: "*/*", @@ -944,7 +944,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { Accept: "*/*", @@ -974,7 +974,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { Accept: "*/*", @@ -1004,7 +1004,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -1034,7 +1034,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf07":true,"https://ld.admin.ch/cube/dimension/cofog/gf10":true}}}}}', + '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf07":true,"https://ld.admin.ch/cube/dimension/cofog/gf10":true}}}}}', { headers: { Accept: "*/*", @@ -1192,7 +1192,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query DimensionValues($dataCubeIri: String!, $dimensionIri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters) {\\n dataCubeByIri(\\n iri: $dataCubeIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensionByIri(\\n iri: $dimensionIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"DimensionValues","variables":{"dataCubeIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","dimensionIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query DimensionValues($dataCubeIri: String!, $dimensionIri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters) {\\n dataCubeByIri(\\n iri: $dataCubeIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensionByIri(\\n iri: $dimensionIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"DimensionValues","variables":{"dataCubeIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","dimensionIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -1222,7 +1222,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query DimensionHierarchy($sourceType: String!, $sourceUrl: String!, $locale: String!, $cubeIri: String!, $dimensionIri: String!) {\\n dataCubeByIri(\\n iri: $cubeIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensionByIri(\\n iri: $dimensionIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n ) {\\n ...hierarchyMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"DimensionHierarchy","variables":{"cubeIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","dimensionIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query DimensionHierarchy($sourceType: String!, $sourceUrl: String!, $locale: String!, $cubeIri: String!, $dimensionIri: String!) {\\n dataCubeByIri(\\n iri: $cubeIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensionByIri(\\n iri: $dimensionIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n ) {\\n ...hierarchyMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"DimensionHierarchy","variables":{"cubeIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","dimensionIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -1253,7 +1253,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf04":true}}}}}', + '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf04":true}}}}}', { headers: { Accept: "*/*", @@ -1283,7 +1283,7 @@ export default function main() { response = http.post( "https://int.visualize.admin.ch/api/graphql", - '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/jahr","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/in-pct","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"],"filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf04":true}}}}}', + '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/jahr","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/in-pct","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"],"filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf04":true}}}}}', { headers: { Accept: "*/*", diff --git a/k6/load-tests/har/prod/edition.js b/k6/load-tests/har/prod/edition.js index c69d663bd4..ac05ef77fb 100644 --- a/k6/load-tests/har/prod/edition.js +++ b/k6/load-tests/har/prod/edition.js @@ -27,7 +27,7 @@ export const options = { }, }; -export default function main() { +export default function main () { let response; group( @@ -751,7 +751,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { "Accept-Language": "en-US", @@ -771,7 +771,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { "Accept-Language": "en-US", @@ -791,7 +791,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query PossibleFilters($sourceType: String!, $sourceUrl: String!, $cubeFilter: DataCubePossibleFiltersCubeFilter!) {\\n possibleFilters(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n cubeFilter: $cubeFilter\\n ) {\\n iri\\n type\\n value\\n __typename\\n }\\n}\\n","operationName":"PossibleFilters","variables":{"sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","cubeFilter":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}}},"filterKey":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query PossibleFilters($sourceType: String!, $sourceUrl: String!, $cubeFilter: DataCubePossibleFiltersCubeFilter!) {\\n possibleFilters(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n cubeFilter: $cubeFilter\\n ) {\\n iri\\n type\\n value\\n __typename\\n }\\n}\\n","operationName":"PossibleFilters","variables":{"sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","cubeFilter":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}}},"filterKey":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { Accept: "*/*", @@ -821,7 +821,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -851,7 +851,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query Components($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadata on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n}\\n","operationName":"Components","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query Components($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadata on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n}\\n","operationName":"Components","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -881,7 +881,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query Components($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadata on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n}\\n","operationName":"Components","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code"]}}', + '{"query":"query Components($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadata on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n}\\n","operationName":"Components","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code"]}}', { headers: { Accept: "*/*", @@ -911,7 +911,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/jahr","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/in-pct","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"],"filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf07":true,"https://ld.admin.ch/cube/dimension/cofog/gf10":true}}}}}', + '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/jahr","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/in-pct","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"],"filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf07":true,"https://ld.admin.ch/cube/dimension/cofog/gf10":true}}}}}', { headers: { Accept: "*/*", @@ -941,7 +941,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { Accept: "*/*", @@ -971,7 +971,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { Accept: "*/*", @@ -1001,7 +1001,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -1031,7 +1031,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf07":true,"https://ld.admin.ch/cube/dimension/cofog/gf10":true}}}}}', + '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf07":true,"https://ld.admin.ch/cube/dimension/cofog/gf10":true}}}}}', { headers: { Accept: "*/*", @@ -1189,7 +1189,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query DimensionValues($dataCubeIri: String!, $dimensionIri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters) {\\n dataCubeByIri(\\n iri: $dataCubeIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensionByIri(\\n iri: $dimensionIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"DimensionValues","variables":{"dataCubeIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","dimensionIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query DimensionValues($dataCubeIri: String!, $dimensionIri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters) {\\n dataCubeByIri(\\n iri: $dataCubeIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensionByIri(\\n iri: $dimensionIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"DimensionValues","variables":{"dataCubeIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","dimensionIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -1219,7 +1219,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query DimensionHierarchy($sourceType: String!, $sourceUrl: String!, $locale: String!, $cubeIri: String!, $dimensionIri: String!) {\\n dataCubeByIri(\\n iri: $cubeIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensionByIri(\\n iri: $dimensionIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n ) {\\n ...hierarchyMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"DimensionHierarchy","variables":{"cubeIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","dimensionIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query DimensionHierarchy($sourceType: String!, $sourceUrl: String!, $locale: String!, $cubeIri: String!, $dimensionIri: String!) {\\n dataCubeByIri(\\n iri: $cubeIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensionByIri(\\n iri: $dimensionIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n ) {\\n ...hierarchyMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"DimensionHierarchy","variables":{"cubeIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","dimensionIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -1250,7 +1250,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf04":true}}}}}', + '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf04":true}}}}}', { headers: { Accept: "*/*", @@ -1280,7 +1280,7 @@ export default function main() { response = http.post( "https://visualize.admin.ch/api/graphql", - '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/jahr","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/in-pct","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"],"filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf04":true}}}}}', + '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/jahr","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/in-pct","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"],"filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf04":true}}}}}', { headers: { Accept: "*/*", diff --git a/k6/load-tests/har/test/edition.js b/k6/load-tests/har/test/edition.js index e1f2f632de..91121c29f3 100644 --- a/k6/load-tests/har/test/edition.js +++ b/k6/load-tests/har/test/edition.js @@ -27,7 +27,7 @@ export const options = { }, }; -export default function main() { +export default function main () { let response; group( @@ -737,7 +737,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { "Accept-Language": "en-US", @@ -757,7 +757,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { "Accept-Language": "en-US", @@ -777,7 +777,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query PossibleFilters($sourceType: String!, $sourceUrl: String!, $cubeFilter: DataCubePossibleFiltersCubeFilter!) {\\n possibleFilters(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n cubeFilter: $cubeFilter\\n ) {\\n iri\\n type\\n value\\n __typename\\n }\\n}\\n","operationName":"PossibleFilters","variables":{"sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","cubeFilter":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}}},"filterKey":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query PossibleFilters($sourceType: String!, $sourceUrl: String!, $cubeFilter: DataCubePossibleFiltersCubeFilter!) {\\n possibleFilters(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n cubeFilter: $cubeFilter\\n ) {\\n iri\\n type\\n value\\n __typename\\n }\\n}\\n","operationName":"PossibleFilters","variables":{"sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","cubeFilter":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}}},"filterKey":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { Accept: "*/*", @@ -807,7 +807,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -837,7 +837,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query Components($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadata on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n}\\n","operationName":"Components","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query Components($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadata on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n}\\n","operationName":"Components","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -867,7 +867,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query Components($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadata on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n}\\n","operationName":"Components","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code"]}}', + '{"query":"query Components($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadata on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n}\\n","operationName":"Components","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code"]}}', { headers: { Accept: "*/*", @@ -897,7 +897,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/jahr","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/in-pct","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"],"filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf07":true,"https://ld.admin.ch/cube/dimension/cofog/gf10":true}}}}}', + '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/jahr","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/in-pct","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"],"filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf07":true,"https://ld.admin.ch/cube/dimension/cofog/gf10":true}}}}}', { headers: { Accept: "*/*", @@ -927,7 +927,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query DataCubeMetadata($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n iri\\n identifier\\n title\\n description\\n publisher\\n version\\n workExamples\\n contactName\\n contactEmail\\n landingPage\\n expires\\n datePublished\\n dateModified\\n publicationStatus\\n themes {\\n iri\\n label\\n __typename\\n }\\n creator {\\n iri\\n label\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeMetadata","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { Accept: "*/*", @@ -957,7 +957,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', + '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"}},"filterKeys":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"}}', { headers: { Accept: "*/*", @@ -987,7 +987,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query ComponentsWithHierarchies($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters, $componentIds: [String!]) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensions(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n measures(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"ComponentsWithHierarchies","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -1017,7 +1017,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf07":true,"https://ld.admin.ch/cube/dimension/cofog/gf10":true}}}}}', + '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf07":true,"https://ld.admin.ch/cube/dimension/cofog/gf10":true}}}}}', { headers: { Accept: "*/*", @@ -1171,7 +1171,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query DimensionValues($dataCubeIri: String!, $dimensionIri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters) {\\n dataCubeByIri(\\n iri: $dataCubeIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensionByIri(\\n iri: $dimensionIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"DimensionValues","variables":{"dataCubeIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","dimensionIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query DimensionValues($dataCubeIri: String!, $dimensionIri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $filters: Filters) {\\n dataCubeByIri(\\n iri: $dataCubeIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensionByIri(\\n iri: $dimensionIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n ) {\\n ...dimensionMetadataWithHierarchies\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment dimensionMetadataWithHierarchies on Dimension {\\n iri\\n label\\n description\\n isNumerical\\n isKeyDimension\\n dataType\\n order\\n values(sourceType: $sourceType, sourceUrl: $sourceUrl, filters: $filters)\\n unit\\n related {\\n iri\\n type\\n __typename\\n }\\n ... on TemporalDimension {\\n timeUnit\\n timeFormat\\n __typename\\n }\\n ... on NumericalMeasure {\\n isCurrency\\n currencyExponent\\n resolution\\n isDecimal\\n __typename\\n }\\n ...hierarchyMetadata\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"DimensionValues","variables":{"dataCubeIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","dimensionIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -1201,7 +1201,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query DimensionHierarchy($sourceType: String!, $sourceUrl: String!, $locale: String!, $cubeIri: String!, $dimensionIri: String!) {\\n dataCubeByIri(\\n iri: $cubeIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensionByIri(\\n iri: $dimensionIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n ) {\\n ...hierarchyMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"DimensionHierarchy","variables":{"cubeIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","dimensionIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en"}}', + '{"query":"query DimensionHierarchy($sourceType: String!, $sourceUrl: String!, $locale: String!, $cubeIri: String!, $dimensionIri: String!) {\\n dataCubeByIri(\\n iri: $cubeIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n dimensionByIri(\\n iri: $dimensionIri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n ) {\\n ...hierarchyMetadata\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyMetadata on Dimension {\\n hierarchy(sourceType: $sourceType, sourceUrl: $sourceUrl) {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n children {\\n ...hierarchyValueFields\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n __typename\\n }\\n}\\n\\nfragment hierarchyValueFields on HierarchyValue {\\n value\\n dimensionIri\\n depth\\n label\\n alternateName\\n hasValue\\n position\\n identifier\\n}\\n","operationName":"DimensionHierarchy","variables":{"cubeIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","dimensionIri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en"}}', { headers: { Accept: "*/*", @@ -1232,7 +1232,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf04":true}}}}}', + '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf04":true}}}}}', { headers: { "Accept-Language": "en-US", @@ -1252,7 +1252,7 @@ export default function main() { response = http.post( "https://test.visualize.admin.ch/api/graphql", - '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://int.lindas.admin.ch/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/jahr","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/in-pct","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"],"filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf04":true}}}}}', + '{"query":"query DataCubeObservations($iri: String!, $sourceType: String!, $sourceUrl: String!, $locale: String!, $componentIds: [String!], $filters: Filters, $limit: Int) {\\n dataCubeByIri(\\n iri: $iri\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n locale: $locale\\n ) {\\n observations(\\n sourceType: $sourceType\\n sourceUrl: $sourceUrl\\n componentIds: $componentIds\\n filters: $filters\\n limit: $limit\\n ) {\\n data\\n sparqlEditorUrl\\n __typename\\n }\\n __typename\\n }\\n}\\n","operationName":"DataCubeObservations","variables":{"iri":"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/7","sourceType":"sparql","sourceUrl":"https://lindas.int.cz-aws.net/query","locale":"en","componentIds":["https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/jahr","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/in-pct","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code","https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel"],"filters":{"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/kurzel":{"type":"single","value":"Bd"},"https://environment.ld.admin.ch/foen/fab_Offentliche_Ausgaben_test3/code":{"type":"multi","values":{"https://ld.admin.ch/cube/dimension/cofog/gf02":true,"https://ld.admin.ch/cube/dimension/cofog/gf04":true}}}}}', { headers: { "Accept-Language": "en-US",