diff --git a/apps/cms/schema.graphql b/apps/cms/schema.graphql index 3f605127..a0f8b81a 100644 --- a/apps/cms/schema.graphql +++ b/apps/cms/schema.graphql @@ -918,7 +918,7 @@ type ReviewWorkflowsWorkflowStageRelationResponseCollection { nodes: [ReviewWorkflowsWorkflowStage!]! } -union SectionContentDynamicZone = ComponentSectionsCta | ComponentSectionsInfoBlocks | ComponentSectionsMediaCollection | ComponentSectionsPromoBanner | ComponentSectionsText | Error +union SectionContentDynamicZone = ComponentSectionsContainer | ComponentSectionsCta | ComponentSectionsInfoBlocks | ComponentSectionsMediaCollection | ComponentSectionsPromoBanner | ComponentSectionsText | Error scalar SectionContentDynamicZoneInput diff --git a/apps/cms/src/components/sections/section.json b/apps/cms/src/components/sections/section.json index 878133b7..831066bd 100644 --- a/apps/cms/src/components/sections/section.json +++ b/apps/cms/src/components/sections/section.json @@ -23,7 +23,8 @@ "sections.text", "sections.promo-banner", "sections.info-blocks", - "sections.cta" + "sections.cta", + "sections.container" ], "required": false } diff --git a/packages/graphql/src/graphql-env.d.ts b/packages/graphql/src/graphql-env.d.ts index edf8f564..3165161e 100644 --- a/packages/graphql/src/graphql-env.d.ts +++ b/packages/graphql/src/graphql-env.d.ts @@ -98,7 +98,7 @@ export type introspection_types = { 'ReviewWorkflowsWorkflowStageFiltersInput': { kind: 'INPUT_OBJECT'; name: 'ReviewWorkflowsWorkflowStageFiltersInput'; isOneOf: false; inputFields: [{ name: 'and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'ReviewWorkflowsWorkflowStageFiltersInput'; ofType: null; }; }; defaultValue: null }, { name: 'color'; type: { kind: 'INPUT_OBJECT'; name: 'StringFilterInput'; ofType: null; }; defaultValue: null }, { name: 'createdAt'; type: { kind: 'INPUT_OBJECT'; name: 'DateTimeFilterInput'; ofType: null; }; defaultValue: null }, { name: 'documentId'; type: { kind: 'INPUT_OBJECT'; name: 'IDFilterInput'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'StringFilterInput'; ofType: null; }; defaultValue: null }, { name: 'not'; type: { kind: 'INPUT_OBJECT'; name: 'ReviewWorkflowsWorkflowStageFiltersInput'; ofType: null; }; defaultValue: null }, { name: 'or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'ReviewWorkflowsWorkflowStageFiltersInput'; ofType: null; }; }; defaultValue: null }, { name: 'publishedAt'; type: { kind: 'INPUT_OBJECT'; name: 'DateTimeFilterInput'; ofType: null; }; defaultValue: null }, { name: 'updatedAt'; type: { kind: 'INPUT_OBJECT'; name: 'DateTimeFilterInput'; ofType: null; }; defaultValue: null }, { name: 'workflow'; type: { kind: 'INPUT_OBJECT'; name: 'ReviewWorkflowsWorkflowFiltersInput'; ofType: null; }; defaultValue: null }]; }; 'ReviewWorkflowsWorkflowStageInput': { kind: 'INPUT_OBJECT'; name: 'ReviewWorkflowsWorkflowStageInput'; isOneOf: false; inputFields: [{ name: 'color'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'publishedAt'; type: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; defaultValue: null }, { name: 'workflow'; type: { kind: 'SCALAR'; name: 'ID'; ofType: null; }; defaultValue: null }]; }; 'ReviewWorkflowsWorkflowStageRelationResponseCollection': { kind: 'OBJECT'; name: 'ReviewWorkflowsWorkflowStageRelationResponseCollection'; fields: { 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReviewWorkflowsWorkflowStage'; ofType: null; }; }; }; } }; }; }; - 'SectionContentDynamicZone': { kind: 'UNION'; name: 'SectionContentDynamicZone'; fields: {}; possibleTypes: 'ComponentSectionsCta' | 'ComponentSectionsInfoBlocks' | 'ComponentSectionsMediaCollection' | 'ComponentSectionsPromoBanner' | 'ComponentSectionsText' | 'Error'; }; + 'SectionContentDynamicZone': { kind: 'UNION'; name: 'SectionContentDynamicZone'; fields: {}; possibleTypes: 'ComponentSectionsContainer' | 'ComponentSectionsCta' | 'ComponentSectionsInfoBlocks' | 'ComponentSectionsMediaCollection' | 'ComponentSectionsPromoBanner' | 'ComponentSectionsText' | 'Error'; }; 'SectionContentDynamicZoneInput': unknown; 'String': unknown; 'StringFilterInput': { kind: 'INPUT_OBJECT'; name: 'StringFilterInput'; isOneOf: false; inputFields: [{ name: 'and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'between'; type: { kind: 'LIST'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'contains'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'containsi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'endsWith'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'eq'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'eqi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'gt'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'gte'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'lt'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'lte'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'ne'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'nei'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'not'; type: { kind: 'INPUT_OBJECT'; name: 'StringFilterInput'; ofType: null; }; defaultValue: null }, { name: 'notContains'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'notContainsi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'notIn'; type: { kind: 'LIST'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'notNull'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'startsWith'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; };