feat: graphql client with fetches for initial pages
This commit is contained in:
22
lib/graphql/Fragments/Blocks/Text.graphql
Normal file
22
lib/graphql/Fragments/Blocks/Text.graphql
Normal file
@@ -0,0 +1,22 @@
|
||||
#import "../PageLinks.graphql"
|
||||
|
||||
fragment TextBlock on CurrentBlocksPageBlocksText {
|
||||
text {
|
||||
content {
|
||||
embedded_itemsConnection {
|
||||
totalCount
|
||||
edges {
|
||||
node {
|
||||
...CurrentBlocksPageLink
|
||||
...TempPageLink
|
||||
... on SysAsset {
|
||||
title
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
json
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user