legumeinfo / graphql-server

A GraphQL server that supports the Legume Information System and related biodata websites
Apache License 2.0
2 stars 3 forks source link

QTLs markers can be null #148

Open alancleary opened 7 months ago

alancleary commented 7 months ago

The markers property of the QTL type is a non-null array, yet it is returning null for some queries. Fix this and verify that no other queries are doing this.