Hi team,
I am running the below code in the open target genetic’s graphql playground, and it gives a null output, it should give a list of studies for PCSK9 as a default gene in the platform, right?
query study {
studiesForGene(geneId:"ENSG00000169174") {
study {
source
pmid
pubDate
pubJournal
pubTitle
pubAuthor
hasSumstats
nInitial
nReplication
nCases
traitCategory
numAssocLoci
}
}
}``