populationgenomics / metamist

Sample level metadata system
MIT License
1 stars 1 forks source link

Refactor graphql schemas #749

Closed nevoodoo closed 1 month ago

nevoodoo commented 4 months ago

Description

The schema.py file is very chunky now and should probably be broken down into separate files per graphql type for better visibility and readability.

nevoodoo commented 1 month ago

The cyclic dependencies are extremely painful to work with as it stands, more effort than is worth sadly :(