Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #42 from parameter1/brandonbk-patch-1
Browse files Browse the repository at this point in the history
Add displayName for alt field
  • Loading branch information
solocommand authored Mar 11, 2021
2 parents a6fcdac + 10c98d9 commit c9d1af5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type AssetImage {
# GraphQL specific fields
src(input: AssetImageSrcInput = {}): String! @projection(localField: "fileName", needs: ["filePath", "cropDimensions", "isLogo", "width", "height"])
alt: String! @projection(localField: "name", needs: ["caption", "fileName"])
alt: String! @projection(localField: "name", needs: ["caption", "fileName", "displayName"])
cropRectangle: AssetImageCropRectangle! @projection(localField: "cropDimensions", needs: ["width", "height", "fileName", "filePath"])
}
Expand Down

0 comments on commit c9d1af5

Please sign in to comment.