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