feat: json rich text editor, blocks, asides, general structure
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#import "../Fragments/Aside/Contact.graphql"
|
||||
#import "../Fragments/Aside/Puff.graphql"
|
||||
#import "../Fragments/Blocks/List.graphql"
|
||||
#import "../Fragments/Blocks/Preamble.graphql"
|
||||
#import "../Fragments/Blocks/Puff.graphql"
|
||||
#import "../Fragments/Blocks/Text.graphql"
|
||||
#import "../Fragments/Breadcrumbs.graphql"
|
||||
#import "../Fragments/Hero.graphql"
|
||||
#import "../Fragments/Preamble.graphql"
|
||||
|
||||
query GetCurrentBlockPage($locale: String!, $url: String!) {
|
||||
all_current_blocks_page(limit: 1, locale: $locale, where: { url: $url }) {
|
||||
@@ -17,13 +18,14 @@ query GetCurrentBlockPage($locale: String!, $url: String!) {
|
||||
blocks {
|
||||
__typename
|
||||
...ListBlock
|
||||
...PreambleBlock
|
||||
...PuffBlock
|
||||
...TextBlock
|
||||
}
|
||||
...Breadcrumbs
|
||||
hero {
|
||||
...Hero
|
||||
}
|
||||
...Preamble
|
||||
title
|
||||
url
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user