populationgenomics / metamist

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

Query PedigreeInformation via GraphQL broken #762

Closed vivbak closed 4 months ago

vivbak commented 4 months ago

Duplicates https://github.com/populationgenomics/production-pipelines/issues/734

This query

query MyQuery {
  project(name: "redacted") {
    pedigree
  }
}

Returns this

{
  "data": {
    "project": {
      "pedigree": []
    }
  }
}

The empty pedigree is not correct.

The corresponding rest api endpoint returns the relevant data.