Skip to content

fix: adds a range of new schema and query results for testing purposes

Behrisch, M. (Michael) requested to merge fix/mockdata_updates into main

The old mock data files were too simple most of the time and now we add a range of neo4j test datasets to the mock data collection.

Changes: modified: libs/shared/lib/data-access/store/graphQueryResultSlice.ts new file: libs/shared/lib/mock-data/query-result/fincenQueryResults.ts modified: libs/shared/lib/mock-data/query-result/index.ts modified: libs/shared/lib/mock-data/query-result/mockQueryResults.ts new file: libs/shared/lib/mock-data/query-result/recommendationQueryResult.ts new file: libs/shared/lib/mock-data/query-result/slackQueryResults.ts new file: libs/shared/lib/mock-data/schema/fincenWithAttributes.ts modified: libs/shared/lib/mock-data/schema/index.ts new file: libs/shared/lib/mock-data/schema/moviesSchemaWithAttributes.ts new file: libs/shared/lib/mock-data/schema/northwindWithAttributes.ts new file: libs/shared/lib/mock-data/schema/recommendationsWithAttributes.ts new file: libs/shared/lib/mock-data/schema/slackWithAttributes.ts

Merge request reports