studiesAndLeadVariantsForGene query not working

Hi Daniel @dsuveges ,

Thank you for your reply. The query in the link you provided is for studiesAndLeadVariantsForGeneByL2G. Below is the code I am trying:

query Jak2variants {
  studiesAndLeadVariantsForGene(geneId: "ENSG00000096968") {
    indexVariant {
      id
    }
    study {
      source
      pmid
      traitReported
      pubDate
      pubTitle
      pubAuthor
      hasSumstats
      numAssocLoci
    }
  }
}

Thanks,
Kamalika