alkem-io / server

Core server in the Alkemio platform, offering a GraphQL api for interacting with the logical domain model.
http://alkem.io
European Union Public License 1.2
26 stars 4 forks source link

added type to storage aggregator, with migration #4375

Closed techsmyth closed 2 months ago

techsmyth commented 2 months ago

Type addition to make it easier to track down storage related errors.

Code also uses the type to correctly return the parent entity information, especially for organizations / users

techsmyth commented 2 months ago

@valentinyanakiev comments are I think addressed. Re api test, would not hold this up for that as parentEntity field is not really used outside of spaces for now, so this was more about stopping getting a ton of errors in the logs rather than getting a field we depend on robust.