Skip to content

Commit

Permalink
VA-15956: Add VBA facility service region facilities with taxonomies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxx1128 committed Nov 21, 2023
1 parent 77649de commit a8ff63a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/site/stages/build/drupal/graphql/vbaFacility.graphql.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,26 @@ const vbaFacilityFragment = `
}
}
}
reverseFieldVbaRegionFacilityListNode {
count
entities {
... on NodeServiceRegion {
entityId
entityLabel
reverseFieldVbaServiceRegionsTaxonomyTerm {
count
entities {
... on TaxonomyTermHealthCareServiceTaxonomy {
entityId
entityLabel
fieldRegionalServiceHeader
fieldRegionalServiceDescripti
}
}
}
}
}
}
}
}`;

Expand Down

0 comments on commit a8ff63a

Please sign in to comment.