14 lines
220 B
GraphQL
14 lines
220 B
GraphQL
fragment MetaDataImageConnection on SeoMetadata {
|
|
imageConnection {
|
|
edges {
|
|
node {
|
|
dimension {
|
|
height
|
|
width
|
|
}
|
|
url(transform: { width: "1200" })
|
|
}
|
|
}
|
|
}
|
|
}
|