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