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

14 lines
201 B
GraphQL

#import "../Puff.graphql"
fragment PuffAside on CurrentBlocksPageAsidePuff {
puff {
puffConnection {
totalCount
edges {
node {
...Puff
}
}
}
}
}