refactor(SW-194): change naming
This commit is contained in:
@@ -36,18 +36,18 @@ fragment Accordion_ContentPage on ContentPageBlocksAccordion {
|
||||
__typename
|
||||
accordion {
|
||||
title
|
||||
faq {
|
||||
accordions {
|
||||
__typename
|
||||
...GlobalFaq
|
||||
...SpecificFaq
|
||||
...GlobalAccordion
|
||||
...SpecificAccordion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fragment GlobalFaq on ContentPageBlocksAccordionBlockFaqGlobalFaq {
|
||||
fragment GlobalAccordion on ContentPageBlocksAccordionBlockAccordionsGlobalAccordion {
|
||||
__typename
|
||||
global_faq {
|
||||
global_faqConnection {
|
||||
global_accordion {
|
||||
global_accordionConnection {
|
||||
edges {
|
||||
node {
|
||||
...AccordionBlock
|
||||
@@ -57,9 +57,9 @@ fragment GlobalFaq on ContentPageBlocksAccordionBlockFaqGlobalFaq {
|
||||
}
|
||||
}
|
||||
|
||||
fragment SpecificFaq on ContentPageBlocksAccordionBlockFaqSpecificFaq {
|
||||
fragment SpecificAccordion on ContentPageBlocksAccordionBlockAccordionsSpecificAccordion {
|
||||
__typename
|
||||
specific_faq {
|
||||
specific_accordion {
|
||||
questions {
|
||||
question
|
||||
answer {
|
||||
@@ -82,17 +82,17 @@ fragment SpecificFaq on ContentPageBlocksAccordionBlockFaqSpecificFaq {
|
||||
|
||||
fragment Accordion_ContentPageRefs on ContentPageBlocksAccordion {
|
||||
accordion {
|
||||
faq {
|
||||
accordions {
|
||||
__typename
|
||||
...GlobalFaqRefs
|
||||
...SpecificFaqRefs
|
||||
...GlobalAccordionRefs
|
||||
...SpecificAccordionRefs
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fragment GlobalFaqRefs on ContentPageBlocksAccordionBlockFaqGlobalFaq {
|
||||
global_faq {
|
||||
global_faqConnection {
|
||||
fragment GlobalAccordionRefs on ContentPageBlocksAccordionBlockAccordionsGlobalAccordion {
|
||||
global_accordion {
|
||||
global_accordionConnection {
|
||||
edges {
|
||||
node {
|
||||
...AccordionBlockRefs
|
||||
@@ -102,8 +102,8 @@ fragment GlobalFaqRefs on ContentPageBlocksAccordionBlockFaqGlobalFaq {
|
||||
}
|
||||
}
|
||||
|
||||
fragment SpecificFaqRefs on ContentPageBlocksAccordionBlockFaqSpecificFaq {
|
||||
specific_faq {
|
||||
fragment SpecificAccordionRefs on ContentPageBlocksAccordionBlockAccordionsSpecificAccordion {
|
||||
specific_accordion {
|
||||
questions {
|
||||
answer {
|
||||
embedded_itemsConnection {
|
||||
|
||||
Reference in New Issue
Block a user