Skip to content

Commit

Permalink
VA-16921: Add Prep for Visit to VBA query
Browse files Browse the repository at this point in the history
  • Loading branch information
maxx1128 committed Feb 7, 2024
1 parent 7e1bb61 commit 7f65243
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/site/stages/build/drupal/graphql/vbaFacility.graphql.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,19 @@ const vbaFacilityFragment = `
}
}
}
fieldPrepareForVisit {
entity {
id
entityBundle
... on ParagraphBasicAccordion {
id
fieldHeader
fieldRichWysiwyg {
processed
}
}
}
}
reverseFieldOfficeNode(
filter: {conditions: [{field: "type", value: ["vba_facility_service"]}]}
) {
Expand Down

0 comments on commit 7f65243

Please sign in to comment.