feat(SW-200): Added other options for description and images
This commit is contained in:
13
lib/graphql/Fragments/MetaData.graphql
Normal file
13
lib/graphql/Fragments/MetaData.graphql
Normal file
@@ -0,0 +1,13 @@
|
||||
fragment MetaDataImageConnection on SeoMetadata {
|
||||
imageConnection {
|
||||
edges {
|
||||
node {
|
||||
dimension {
|
||||
height
|
||||
width
|
||||
}
|
||||
url(transform: { width: "1200" })
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user