Open cybersiddhu opened 8 months ago
listStrainsWithGene(gene: String!): [Strain!]
query ListStrainsWithGene($gene: String!) {
listStrainsWithGene(gene: $gene) {
id
label
characteristics
in_stock
phenotypes {
phenotype
publication {
id
title
journal
pages
volume
pub_date
authors {
last_name
rank
}
}
}
}
}
685