2023-09-30 - Example GraphNavigation SortResults

From Izara Wiki
Jump to navigation Jump to search

Service - GraphNavigation

Frontend SitePage Element - GraphNavigation

Example Querying Backend per Node Result

[
	{
		dataId: "{serviceTag}_{objectType}_{relUuid}_{.... fieldname/value pairs according to deliminator depth}",
		data: {
			nodeProperty_xx: "yy",
			relationshipType: "zz",
			relationshipProperty_xx: "yy",
			nodeVersionedDataProperty_tag_xx: "yy",
		}
	},
	// ..
]

Example InitialNodes Result

[
	{
		dataId: "{serviceTag}_{objectType}_{.... fieldname/value pairs according to deliminator depth}",
		data: {
			nodeProperty_xx: "yy",
			nodeProperty_xx: "yy",
			nodeVersionedDataProperty_tag_xx: "yy",
		}
	},
	// ..
]