Skip to content

Commit

Permalink
fix: APPS-1942 Add BlockImpactNumberCardsFragment to AllFpb collection (
Browse files Browse the repository at this point in the history
#499)

* fix: APPS-1942

* fix: error
  • Loading branch information
jendiamond authored Oct 13, 2022
1 parent 2f91f96 commit 3f8ad60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gql/fragments/collections/AllFpb.gql
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#import "~/gql/fragments/BlockSimpleCardsFragment"
#import "~/gql/fragments/BlockCallToActionFragment"
#import "~/gql/fragments/BlockFormFragment"
#import "~/gql/fragments/BlockImpactNumberCardsFragment"

fragment AllFpb on ElementInterface {
blocks: allFpb {
Expand Down Expand Up @@ -53,5 +54,8 @@ fragment AllFpb on ElementInterface {
... on allFpb_form_BlockType {
...BlockFormFragment
}
... on allFpb_impactNumberCards_BlockType {
...BlockImpactNumberCardsFragment
}
}
}

1 comment on commit 3f8ad60

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.