21 lines
208 B
GraphQL
21 lines
208 B
GraphQL
#import "./Image.graphql"
|
|
|
|
fragment Puff on Puff {
|
|
imageConnection {
|
|
edges {
|
|
node {
|
|
...Image
|
|
}
|
|
}
|
|
}
|
|
puff_style
|
|
link {
|
|
href
|
|
title
|
|
}
|
|
text {
|
|
json
|
|
}
|
|
title
|
|
}
|