Files
web/lib/graphql/Fragments/Aside/Puff.graphql
T

8 lines
105 B
GraphQL

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