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

8 lines
105 B
GraphQL

#import "../Puff.graphql"
fragment PuffAside on CurrentBlocksPageAsidePuff {
puff {
...Puff
}
}