Skip to content

Commit

Permalink
adding facet filter variable to query
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmehta committed May 2, 2024
1 parent 2c70fed commit 9075b5c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ query DiseaseAssociationsQuery(
$enableIndirect: Boolean!
$datasources: [DatasourceSettingsInput!]
$rowsFilter: [String!]
$facetFilters: [String!]
) {
disease(efoId: $id) {
id
Expand All @@ -20,6 +21,7 @@ query DiseaseAssociationsQuery(
enableIndirect: $enableIndirect
datasources: $datasources
Bs: $rowsFilter
facetFilters: $facetFilters
) {
count
rows {
Expand Down

0 comments on commit 9075b5c

Please sign in to comment.