Files
web/lib/graphql/Fragments/Puff.graphql
2024-02-07 11:58:54 +01:00

43 lines
567 B
GraphQL

#import "./PageLinks.graphql"
fragment Puff on Puff {
imageConnection {
edges {
node {
title
url
}
}
}
is_internal
link {
href
title
}
link_text
pageConnection {
edges {
node {
__typename
...CurrentBlocksPageLink
...TempPageLink
}
}
}
text {
json
embedded_itemsConnection {
totalCount
edges {
node {
__typename
... on SysAsset {
title
url
}
}
}
}
}
title
}