Skip to content

Commit

Permalink
add study fetcher to search object
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhayhurst committed Jan 29, 2025
1 parent 283ebd3 commit 38b0658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/gql/Objects.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1214,6 +1214,7 @@ object Objects extends Logging {
case "target" => targetsFetcher.deferOpt(ctx.value.id)
case "disease" => diseasesFetcher.deferOpt(ctx.value.id)
case "variant" => variantFetcher.deferOpt(ctx.value.id)
case "study" => studyFetcher.deferOpt(ctx.value.id)
case _ => drugsFetcher.deferOpt(ctx.value.id)
}
)
Expand Down

0 comments on commit 38b0658

Please sign in to comment.