Files
web/lib/graphql/Fragments/Puff.graphql
2024-02-22 16:33:00 +01:00

20 lines
195 B
GraphQL

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