Files
web/lib/graphql/Fragments/Puff.graphql
Christel Westerberg ade2387b80 feat: add button to puff
2024-03-08 15:32:17 +01:00

21 lines
208 B
GraphQL

#import "./Image.graphql"
fragment Puff on Puff {
imageConnection {
edges {
node {
...Image
}
}
}
puff_style
link {
href
title
}
text {
json
}
title
}