17 lines
224 B
GraphQL
17 lines
224 B
GraphQL
#import "./PageLinks.graphql"
|
|
|
|
fragment Hero on Hero {
|
|
imagesConnection {
|
|
totalCount
|
|
edges {
|
|
node {
|
|
dimension {
|
|
height
|
|
width
|
|
}
|
|
title
|
|
url
|
|
}
|
|
}
|
|
}
|
|
} |