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

15 lines
202 B
GraphQL

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