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 27, 2023
1 parent c1f7cd4 commit e111379
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 @@ -76,6 +76,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 e111379

Please sign in to comment.