diff --git a/packages/schema/src/schema.graphql b/packages/schema/src/schema.graphql index 3d8a4bda4..06bffd374 100644 --- a/packages/schema/src/schema.graphql +++ b/packages/schema/src/schema.graphql @@ -199,7 +199,7 @@ type Hero { } union PageContent @resolveEditorBlockType = - BlockMarkup + | BlockMarkup | BlockMedia | BlockForm | BlockImageTeasers