re solvis_graphql_api/composite_solution/cached.py
In preparation for potentially migrating this module (or large chunks of it) we need all it's function signatures fully typed. This will help us weed our dependencies and decide what to migrate.
Possible fishooks:
figure out how to switch between solvis_store and direct solvis methods more elegantly. We don't want the solvis library depending on the solvis-store project
make sure that module dependencies are compatible with solvis lib - e.g graphene dependencies not allowed, but nzshm-model is OK.
re
solvis_graphql_api/composite_solution/cached.py
In preparation for potentially migrating this module (or large chunks of it) we need all it's function signatures fully typed. This will help us weed our dependencies and decide what to migrate.
Possible fishooks: