File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
packages/ghost-graphql/src/types Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ const GhostPage = new GraphQLObjectType({
2525 emailSubject : { type : GraphQLString } ,
2626 excerpt : { type : GraphQLString } ,
2727 featureImage : { type : GraphQLString } ,
28+ featureImageAlt : { type : GraphQLString } ,
2829 html : { type : GraphQLString } ,
2930 id : { type : new GraphQLNonNull ( GraphQLString ) } ,
3031 metaDescription : { type : GraphQLString } ,
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ const GhostPost = new GraphQLObjectType({
2525 emailSubject : { type : GraphQLString } ,
2626 excerpt : { type : GraphQLString } ,
2727 featureImage : { type : GraphQLString } ,
28+ featureImageAlt : { type : GraphQLString } ,
2829 html : { type : GraphQLString } ,
2930 id : { type : new GraphQLNonNull ( GraphQLString ) } ,
3031 metaDescription : { type : GraphQLString } ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const GhostTag = new GraphQLObjectType({
1212 count : { type : GhostPostsCount } ,
1313 description : { type : GraphQLString } ,
1414 featureImage : { type : GraphQLString } ,
15+ featureImageAlt : { type : GraphQLString } ,
1516 id : { type : new GraphQLNonNull ( GraphQLString ) } ,
1617 metaDescription : { type : GraphQLString } ,
1718 metaTitle : { type : GraphQLString } ,
You can’t perform that action at this time.
0 commit comments