Add original img to query

This commit is contained in:
Luis Alvarez
2020-10-08 16:18:06 -05:00
parent 7b012564b0
commit 268ef2f817
3 changed files with 113 additions and 6 deletions

View File

@@ -4,6 +4,9 @@ export const responsiveImageFragment = /* GraphQL */ `
urlMedium: url(width: $imgMediumWidth, height: $imgMediumHeight)
urlLarge: url(width: $imgLargeWidth, height: $imgLargeHeight)
urlXL: url(width: $imgXLWidth, height: $imgXLHeight)
urlOriginal
altText
isDefault
}
`